/* WRITE HERE YOUR CUSTOM CSS IN ORDER TO MAKE ITEM UPDATES EASY */


.rich-content img {
    max-width: 100%;
    height: auto;
}

.rich-content a.zoom > img {
    cursor: zoom-in;
}

.rich-content iframe {
    max-width: 100%;
}

.quote-section {
    margin-bottom: 30px;
}

.quote-section legend {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
}

.quote-field-label {
    font-weight: 500;
}

.quote-options {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.quote-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    max-width: 260px;
}

.quote-option img {
    max-width: 160px;
    height: auto;
    border: 1px solid #ddd;
}

.quote-field-image img {
    max-width: 100%;
    height: auto;
}

.quote-field-note {
    font-style: italic;
}

.quote-table .form-control-sm {
    min-width: 110px;
}

.cookie-consent {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 30px;
    background: #222;
    color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.cookie-consent p {
    margin: 0;
    flex: 1 1 320px;
}

.cookie-consent a {
    color: #fff;
    text-decoration: underline;
}

.cookie-consent-actions {
    display: flex;
    gap: 10px;
}

.sitemap-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-links li {
    padding: 4px 0;
    border-bottom: 1px solid #ededed;
}
