.model-photo-grid {
    display: grid !important;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr) !important;
}

.model-photo-grid img {
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: block !important;
    height: 200px !important;
    object-fit: cover !important;
    width: 100% !important;
}

.dgl-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.dgl-tab {
    border: 0;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    opacity: 0.55;
    padding: 10px 24px;
    transform: scale(0.97);
    transition: all 0.3s ease;
}

.dgl-tab.active {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    opacity: 1;
    transform: scale(1.03);
}

.dgl-tab-general {
    background: linear-gradient(135deg, #e53935, #e91e63);
}

.dgl-tab-services {
    background: linear-gradient(135deg, #8e24aa, #3949ab);
}

.dgl-tab-contact {
    background: linear-gradient(135deg, #00897b, #1565c0);
}

.service-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 0;
}

.service-tag {
    align-items: center;
    border: 0;
    border-radius: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: default;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 7px;
    padding: 9px 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-tag:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
    transform: translateY(-2px);
}

.dgl-hover-lift:hover {
    border-color: rgba(241, 196, 15, 0.35) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-6px) !important;
}

.dgl-hover-lift-soft:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-3px) !important;
}

.dgl-hover-lift-strong:hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-3px) !important;
}

.dgl-hover-lift-mini:hover {
    filter: brightness(1.15);
    transform: translateY(-2px) !important;
}

.dgl-hover-zoom {
    transition: transform 0.4s ease;
}

.dgl-hover-zoom:hover {
    transform: scale(1.07);
}

.dgl-muted-city-link:hover {
    color: #f1c40f !important;
}

.dgl-sticky-action:hover {
    transform: scale(1.03);
}

.dgl-sticky-action--call:hover {
    box-shadow: 0 6px 20px rgba(192, 57, 43, 0.7) !important;
}

.dgl-sticky-action--whatsapp:hover {
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6) !important;
}

.dgl-report-btn__icon {
    margin-right: 6px;
}

.dgl-tab-content[hidden] {
    display: none !important;
}

@keyframes dglShine {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

@media (max-width: 768px) {
    .model-photo-grid img {
        height: 140px !important;
    }

    .model-info-section {
        width: 100% !important;
    }

    .model-btn-grid,
    .call-wa-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .model-btn-grid a button {
        font-size: 11px !important;
        padding: 8px 4px !important;
    }

    .safety-grid,
    .report-abuse-security-grid {
        grid-template-columns: 1fr !important;
    }

    .post-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .call-wa-grid {
        gap: 8px !important;
    }

    .call-wa-grid a button {
        font-size: 12px !important;
        padding: 10px 4px !important;
    }
}

@media (max-width: 480px) {
    .model-btn-grid a button {
        font-size: 10px !important;
    }

    .call-wa-grid a button {
        font-size: 11px !important;
        padding: 9px 3px !important;
    }
}
