.coeli-front-notice, .coeli-front-message {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    border-radius: 2px;
    background-color: orange;
    color: #fff !important;
}

.coeli-front-message {
    margin: 20px 0;
}

.coeli-front-message p {
    margin: 0;
}

.coeli-front-notice a, .coeli-front-message a {
    color: #fff;
    font-weight: bold;
}

.coeli-result-list li.swiper-slide {
    list-style: none;
}

.coeli-list-agrupacions .coeli-result-list-container {
    display: block;
    max-width: 100%;
    gap: inherit;
}

.coeli-debug-box {
    position: relative;
    z-index: 46374637;
    padding: 20px;
    background-color: #4f81bd;
    color: #fff;
    width: 100%;
    margin-bottom: 15px;
}

.coeli-debug-box p {
    color: #fff;
    margin: 10px 0 3px 0;
}

.sketchfab-embed-wrapper {
    width: 90%;
    height: auto;
    margin-bottom: 40px;
}

.sketchfab-embed-wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.coeli-map-results{
    height: 500px;
}
.coeli-control-results .coeli-map-toggle-button{
    background-image: url(../../images/map-view.svg);
    background-repeat: no-repeat;
    background-position: top 2px left 2px;
    padding: 5px;
    background-color: transparent;
    background-size: 25px;
    border: 0;
    min-width: 40px;
    min-height: 25px;
}
.coeli-control-results .coeli-map-toggle-button.coeli-grid-toggle{
    background-image: url(../../images/grid-view.svg);
}
.coeli-control-results .coeli-map-toggle-button:hover{
    cursor: pointer;
}
/* Style for the popup */
.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
.ol-popup img{
    max-width: 250px;
    height: auto;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
    background-color: #fff;
    padding: 5px;
    z-index: 666;
}
.ol-popup-closer:after {
    content: "✖";
}
/* Loading overlay styles */
#loading-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.no-results-overlay{
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.coeli-page-fitxa .no-results-overlay, .coeli-page-fitxa #loading-overlay{
    display: none;
}

/* Loading spinner styles */
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.coeli-map-active #infinite, .coeli-map-wrapper{
    display: none;
}
.coeli-map-active .coeli-map-wrapper, .coeli-page-fitxa .coeli-map-wrapper,.coeli-group-map .coeli-map-wrapper{
    display: block;
}