.er-container-92affa3c {
    width: 100%;
}
.er-title-92affa3c {
    margin-bottom: 5px;
}
.er-location-92affa3c {
    margin-bottom: 20px;
    font-style: italic;
    opacity: 0.8;
}
.er-gallery-92affa3c {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* default, overridden by control */
    gap: 15px;
    margin-bottom: 30px;
}
.er-gallery-item-92affa3c {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; /* default overridden by alignment control */
}
.er-gallery-item-92affa3c img {
    max-width: 100%;
    max-height: 300px; /* default overridden by control */
    display: block;
    border-radius: 4px;
    object-fit: contain; /* default overridden by control, ensures full image visibility */
}
.er-table-wrapper-92affa3c {
    width: 100%;
    overflow-x: auto; /* allows horizontal scroll on small screens if needed */
}
.er-table-92affa3c {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto; /* allows auto width or fixed width if set */
}
.er-table-92affa3c th,
.er-table-92affa3c td {
    padding: 10px;
    text-align: left;
    word-break: break-word;
}
.er-table-92affa3c th {
    font-weight: bold;
}
.er-result-icon-92affa3c {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}