.dgl-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.dgl-container--narrow {
    width: min(900px, calc(100% - 32px));
}

.dgl-breadcrumb {
    background: #0d0221;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 0;
}

.dgl-breadcrumb__nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 14px;
}

.dgl-breadcrumb__nav a {
    color: #ffe566;
    font-weight: 600;
    text-decoration: none;
}

.dgl-breadcrumb__nav span {
    color: rgba(255, 255, 255, 0.62);
}

.dgl-section {
    background: #0d0221;
    color: #fff;
    padding: 44px 0;
}

.dgl-section--listing {
    background: linear-gradient(180deg, #1a0a35 0%, #0d0221 100%);
    min-height: 400px;
    padding-top: 30px;
}

.dgl-section--areas,
.dgl-section--disclaimer,
.dgl-section--cities {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dgl-section--rates,
.dgl-section--faq,
.dgl-section--frequent {
    border-top: 1px solid rgba(192, 57, 43, 0.2);
}

.dgl-section-heading {
    margin: 0 auto 26px;
    max-width: 760px;
    text-align: center;
}

.dgl-section-heading--left {
    max-width: none;
    text-align: left;
}

.dgl-section-heading span {
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 20px;
    background: #c0392b;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    line-height: 1;
    padding: 7px 14px;
    text-transform: uppercase;
}

.dgl-section-heading h2 {
    color: #f1c40f;
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.dgl-content {
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.85;
    max-width: 100%;
    width: 100%;
}

.dgl-content--top {
    margin-bottom: 28px;
}

.dgl-content section,
.dgl-content .container,
.dgl-content .container-fluid,
.dgl-content .row {
    max-width: 100%;
    width: 100%;
}

.dgl-content h1,
.dgl-content h2,
.dgl-content h3 {
    color: #f1c40f;
    font-family: Georgia, serif;
    font-weight: 800;
    line-height: 1.3;
}

.dgl-content h1,
.dgl-content h2 {
    font-size: 28px;
    margin: 0 0 16px;
}

.dgl-content h3 {
    font-size: 19px;
    margin: 22px 0 10px;
}

.dgl-content p {
    margin: 0 0 16px;
}

.dgl-content a {
    color: #ffe566;
    font-weight: 700;
    text-decoration: none;
}

.dgl-content a:hover {
    text-decoration: underline;
}

.dgl-card-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dgl-profile-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 18px 14px;
    text-align: center;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.dgl-profile-card:hover {
    border-color: rgba(241, 196, 15, 0.4);
    transform: translateY(-3px);
}

.dgl-profile-card__photo {
    border: 3px solid #f1c40f;
    border-radius: 50%;
    display: block;
    height: 130px;
    margin: 0 auto 14px;
    overflow: hidden;
    width: 130px;
}

.dgl-profile-card__photo img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.dgl-profile-card__status {
    border: 1px solid rgba(46, 204, 113, 0.4);
    border-radius: 12px;
    color: #2ecc71;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 10px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.dgl-profile-card h2,
.dgl-card-grid .dgl-profile-card__title {
    font-size: 16px;
    line-height: 1.35;
    margin: 0 0 7px;
}

.dgl-profile-card h2 a,
.dgl-card-grid .dgl-profile-card__title a {
    color: #ffe566;
    text-decoration: none;
}

.dgl-profile-card__meta {
    color: rgba(255, 255, 255, 0.58);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 5px;
    justify-content: center;
    margin-bottom: 10px;
}

.dgl-profile-card p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 12px;
    min-height: 40px;
}

.dgl-profile-card__actions {
    display: flex;
    gap: 8px;
    justify-content: center;
    min-width: 0;
    width: 100%;
}

.dgl-btn {
    align-items: center;
    border-radius: 999px;
    box-sizing: border-box;
    color: #fff !important;
    display: inline-flex;
    flex: 1 1 0;
    font-size: 12.5px;
    font-weight: 800;
    gap: 5px;
    justify-content: center;
    max-width: 124px;
    min-width: 0;
    overflow: hidden;
    padding: 9px 10px;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dgl-btn--call {
    background: #c0392b;
}

.dgl-btn--whatsapp {
    background: #08783e;
}

.dgl-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 32px 0 12px;
}

.dgl-pagination a,
.dgl-pagination span {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    min-width: 36px;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
}

.dgl-pagination .is-current {
    background: #c0392b;
    border-color: #c0392b;
    color: #fff;
    font-weight: 800;
}

.dgl-pagination .is-disabled,
.dgl-pagination__dots {
    color: rgba(255, 255, 255, 0.32);
}

.dgl-results-count,
.dgl-empty-state {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    text-align: center;
}

.dgl-empty-state {
    padding: 40px 0;
}

.dgl-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.dgl-chip-list--center {
    justify-content: center;
}

.dgl-chip {
    background: #7b1fa2;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    padding: 9px 16px;
    text-decoration: none;
}

.dgl-chip:nth-child(6n + 2) { background: #1565c0; }
.dgl-chip:nth-child(6n + 3) { background: #00695c; }
.dgl-chip:nth-child(6n + 4) { background: #ad1457; }
.dgl-chip:nth-child(6n + 5) { background: #bf360c; }
.dgl-chip:nth-child(6n + 6) { background: #3949ab; }

.dgl-chip:hover,
.dgl-chip.is-active {
    background: #c0392b;
    color: #fff;
}

.dgl-table-wrap {
    overflow-x: auto;
}

.dgl-rate-table {
    border-collapse: collapse;
    color: #fff;
    font-size: 14px;
    min-width: 620px;
    width: 100%;
}

.dgl-rate-table th,
.dgl-rate-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 13px 16px;
    text-align: center;
}

.dgl-rate-table th:first-child,
.dgl-rate-table td:first-child {
    color: #f1c40f;
    font-weight: 800;
    text-align: left;
}

.dgl-rate-table thead {
    background: #c0392b;
}

.dgl-rate-table thead th:first-child {
    color: #fff;
}

.dgl-rate-table tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.04);
}

.dgl-faq-list {
    display: grid;
    gap: 10px;
}

.dgl-faq-item {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.dgl-faq-item[open] {
    border-color: rgba(192, 57, 43, 0.8);
}

.dgl-faq-btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    list-style: none;
    padding: 18px 22px;
}

.dgl-faq-btn::-webkit-details-marker {
    display: none;
}

.dgl-faq-btn h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.dgl-faq-btn i {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    display: inline-flex;
    font-style: normal;
    height: 30px;
    justify-content: center;
    min-width: 30px;
}

.dgl-faq-item[open] .dgl-faq-btn i {
    background: #c0392b;
    border-color: #c0392b;
    color: #fff;
    transform: rotate(45deg);
}

.dgl-faq-answer {
    border-top: 1px solid rgba(192, 57, 43, 0.15);
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.8;
    padding: 0 22px 18px;
}

.dgl-faq-answer p {
    margin: 14px 0 0;
}

.dgl-faq-answer a {
    color: #ffe566;
    font-weight: 700;
    text-decoration: none;
}

.dgl-faq-answer a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .dgl-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .dgl-section {
        padding: 34px 0;
    }

    .dgl-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dgl-profile-card__actions {
        gap: 6px;
    }

    .dgl-profile-card__actions .dgl-btn {
        font-size: 12.5px !important;
        max-width: 100%;
        padding: 9px 8px !important;
    }

    .dgl-section-heading h2,
    .dgl-content h1,
    .dgl-content h2 {
        font-size: 22px;
    }
}

@media (max-width: 520px) {
    .dgl-container,
    .dgl-container--narrow {
        width: min(100% - 22px, 1180px);
    }

    .dgl-card-grid {
        grid-template-columns: 1fr;
    }

    .dgl-profile-card__actions {
        flex-direction: column;
    }

    .dgl-btn {
        max-width: none;
        padding: 10px 12px !important;
        width: 100%;
    }

    .dgl-rate-table {
        font-size: 11.5px;
        min-width: 0;
        table-layout: fixed;
    }

    .dgl-rate-table th,
    .dgl-rate-table td {
        overflow-wrap: anywhere;
        padding: 9px 4px;
    }
}

.dgl-rate-note {
    color: rgba(255,255,255,0.45);
    font-size: 13px;
    line-height: 1.6;
    margin: 14px 0 0;
}


.dgl-rate-table a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.dgl-rate-table a:hover,
.dgl-rate-table a:focus {
    color: #ffe566;
}

.dgl-breadcrumb__nav a,
.dgl-content a,
.dgl-profile-card h2 a,
.dgl-ad-row__title a,
.dgl-faq-answer a {
    color: #ffe566;
}

.dgl-pagination a {
    color: #ffffff;
}

.dgl-ad-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dgl-ad-row {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    display: flex;
    gap: 0;
    min-height: 230px;
    overflow: hidden;
    padding: 0;
    text-align: left;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dgl-ad-row:hover {
    border-color: rgba(241, 196, 15, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.dgl-ad-row__photo {
    background: rgba(0, 0, 0, 0.28);
    display: block;
    flex: 0 0 168px;
    min-height: 230px;
    overflow: hidden;
    width: 168px;
}

.dgl-ad-row__photo img {
    display: block;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    width: 100%;
}

.dgl-ad-row__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 12px 14px 12px 16px;
}

.dgl-ad-row__title {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.1px;
    line-height: 1.3;
    margin: 0;
}

.dgl-ad-row__title a {
    color: #ffe566;
    text-decoration: none;
}

.dgl-ad-row__title a:hover {
    text-decoration: underline;
}

.dgl-ad-row__excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: rgba(255, 255, 255, 0.72);
    display: -webkit-box;
    flex: 1 1 auto;
    font-size: 13.5px;
    line-height: 1.55;
    margin: 0;
    overflow: hidden;
}

.dgl-ad-row__foot {
    align-items: flex-end;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: auto;
}

.dgl-ad-row__facts {
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    flex-direction: column;
    font-size: 13px;
    gap: 3px;
    min-width: 0;
}

.dgl-ad-row__fact {
    align-items: center;
    display: flex;
    gap: 6px;
    min-width: 0;
}

.dgl-ad-row__fact svg {
    flex-shrink: 0;
    opacity: 0.85;
}

.dgl-ad-row__fact span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dgl-ad-row__btns {
    display: flex;
    flex-shrink: 0;
    gap: 8px;
}

.dgl-ad-row__btn {
    align-items: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    display: inline-flex;
    height: 42px;
    justify-content: center;
    text-decoration: none !important;
    width: 42px;
}

.dgl-ad-row__btn svg {
    display: block;
    flex-shrink: 0;
}

.dgl-ad-row__btn--call {
    color: #e91e63 !important;
}

.dgl-ad-row__btn--whatsapp {
    color: #25d366 !important;
}

@media (max-width: 700px) {
    .dgl-ad-row {
        min-height: 180px;
    }

    .dgl-ad-row__photo {
        flex-basis: 118px;
        min-height: 180px;
        width: 118px;
    }

    .dgl-ad-row__photo img {
        min-height: 180px;
    }

    .dgl-ad-row__body {
        gap: 6px;
        padding: 10px 10px 10px 12px;
    }

    .dgl-ad-row__title {
        font-size: 14px;
        line-height: 1.3;
    }

    .dgl-ad-row__excerpt {
        -webkit-line-clamp: 3;
        font-size: 12px;
    }

    .dgl-ad-row__btn {
        height: 36px;
        width: 36px;
    }
}
