.places-hero-subtitle {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    opacity: 0.9;
}

.places-filter-panel {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .places-page .places-filter-aside {
        align-self: flex-start;
    }
}

.places-filter-panel h4 {
    margin: 0 0 18px;
    font-weight: 700;
    color: #003e80;
    text-transform: uppercase;
}

.places-filter-panel .form-group label {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #555;
}

.places-filter-panel .btn_search {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #FFC107;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    margin-top: 5px;
}

.places-filter-panel .btn_search:hover {
    background-color: #FFC107;
    color: #222;
}

.places-clear-filters {
    margin-top: 8px;
    color: #666;
}

.places-section-heading {
    margin-bottom: 8px;
}

.places-section-heading--country h2 {
    font-weight: bold;
    margin: 24px 0 8px;
    text-transform: uppercase;
    color: #e12121;
    font-size: 22px;
}

.places-section-heading--city h3 {
    font-weight: bold;
    margin: 12px 0 8px;
    text-transform: uppercase;
    color: #276df3;
    font-size: 18px;
}

.sitis-cards-row {
    margin-left: 0;
    margin-right: 0;
}

.siti-card-col {
    padding: 10px;
    margin-bottom: 10px;
}

.siti-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #ededed;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease;
}

.siti-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.siti-card figure {
    margin: 0;
    height: 200px;
    overflow: hidden;
}

.siti-card__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.siti-card__placeholder {
    width: 100%;
    height: 200px;
    background: #eef2f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aa5b1;
    font-size: 32px;
}

.siti-card__body {
    padding: 16px 18px 20px;
}

.siti-card__body h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #003e80;
    text-transform: uppercase;
    line-height: 1.3;
}

.siti-card__body p {
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    color: #555;
}

.sitis-empty {
    padding: 40px 20px;
    color: #666;
    font-size: 16px;
}

.places-pagination {
    margin-top: 36px;
    margin-bottom: 16px;
    padding-top: 28px;
    border-top: 1px solid #ededed;
}

.places-pagination__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.places-pagination__meta {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #003e80;
    letter-spacing: 0.02em;
}

.places-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.places-pagination__list > li {
    margin: 0;
}

.places-pagination__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d8e3ef;
    border-radius: 999px;
    background: #fff;
    color: #003e80;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(0, 62, 128, 0.06);
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.places-pagination__btn:hover {
    color: #003e80;
    background: #fff8e1;
    border-color: #FFC107;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.2);
    transform: translateY(-1px);
    text-decoration: none;
}

.places-pagination__btn.is-active {
    background: #003e80;
    border-color: #003e80;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 62, 128, 0.28);
    cursor: default;
}

.places-pagination__btn.is-disabled {
    background: #f4f7fa;
    border-color: #e8edf2;
    color: #9aa5b1;
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none;
}

.places-pagination__btn--nav {
    gap: 6px;
    padding: 0 18px;
    min-width: auto;
}

.places-pagination__btn--nav i {
    font-size: 13px;
    line-height: 1;
}

.places-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 42px;
    color: #276df3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}

@media (max-width: 991px) {
    .places-filter-panel {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .siti-card figure,
    .siti-card__img,
    .siti-card__placeholder {
        height: 180px;
    }

    .places-section-heading--country h2 {
        font-size: 18px;
    }

    .places-section-heading--city h3 {
        font-size: 16px;
    }

    .places-pagination__meta {
        font-size: 13px;
        text-align: center;
    }

    .places-pagination__btn--nav span {
        display: none;
    }

    .places-pagination__btn--nav {
        padding: 0 12px;
    }
}

@media (max-width: 575px) {
    .siti-card-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
