/*
Theme Name: EscortWP Child
Template: escortwp
Version: 1.0.0
Text Domain: escortwp
*/



/* ======================================
   SERVICE AREAS – 4 COLUMNS SAFE GRID
   ====================================== */

.girlinfo-section.service-areas .service-areas-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px 20px;
}

/* Tablet */
@media (max-width: 1024px) {
    .girlinfo-section.service-areas .service-areas-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .girlinfo-section.service-areas .service-areas-list {
        grid-template-columns: 1fr;
    }
}

.girlinfo-section.service-areas .service-areas-list li {
    margin: 0;
    padding: 0;
}



/* ======================================
   SINGLE PROFILE – PLATFORM DISCLAIMER
   ====================================== */

.platform-disclaimer {
    margin-top: 25px;
    padding: 15px;
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 6px;

    /* SAFETY */
    max-width: 100%;
    box-sizing: border-box;
}

.platform-disclaimer strong {
    color: #333;
    font-weight: 600;
}


/* ===============================
   AGENCY IMPRESSUM
   =============================== */

.agency-impressum {
    margin-top: 30px;
    padding: 20px 25px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #e91e63;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.agency-impressum h4 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #e91e63;
}

.agency-impressum p {
    margin: 0;
}

.agency-impressum strong {
    color: #222;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 768px) {
    .agency-impressum {
        padding: 15px;
        font-size: 13px;
    }

    .agency-impressum h4 {
        font-size: 15px;
    }
}


.sponsored-badge {
	font-size: 10px;
	background: #eee;
	color: #444;
	border-radius: 3px;
	padding: 2px 4px;
	margin-left: 6px;
}


/* ===== Internal Location Links ===== */

.taxonomy-internal-links-box {
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin-top: 30px;
}

.taxonomy-internal-links-box h4 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.taxonomy-links-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 15px;
}

.taxonomy-link-item {
    display: block;
    background: #fff;
    padding: 8px 10px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    color: #c2185b; /* EscortWP pink */
    text-decoration: none;
}

.taxonomy-link-item:hover {
    background: #c2185b;
    color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
    .taxonomy-links-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .taxonomy-links-grid {
        grid-template-columns: 1fr;
    }
}


/* ===== Location Sidebar ===== */
.location-sidebar {
  background: #f6f7f8;
  border-radius: 8px;
  padding: 14px;
}

.location-sidebar h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.location-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Parent terms (Berlin / Umland) */
.location-sidebar > ul > li {
  margin-bottom: 6px;
}

.location-sidebar > ul > li > a {
  font-weight: 600;
  color: #b03060;
  display: block;
  padding: 6px 8px;
  border-radius: 5px;
}

/* Child terms (Bezirke / Städte) */
.location-sidebar ul ul {
  margin-top: 6px;
  padding-left: 8px;
}

.location-sidebar ul ul li a {
  font-size: 13px;
  padding: 5px 8px;
  display: block;
  color: #555;
  border-radius: 4px;
}

/* Hover */
.location-sidebar a:hover {
  background: #f1e1e8;
  color: #8c1d44;
}

/* Active term */
.location-sidebar .current-cat > a,
.location-sidebar .current-cat-parent > a {
  background: #b03060;
  color: #fff;
}

/* Child active */
.location-sidebar .current-cat ul li.current-cat > a {
  background: #e6a1b8;
  color: #5a0f2e;
}


.taxonomy-cross-layer-box {
    background:#fafafa;
    padding:20px;
    border-radius:8px;
    font-size:15px;
    line-height:1.6;
}

.taxonomy-cross-layer-links {
    margin-top:12px;
}

.taxonomy-cross-layer-links a {
    margin-right:18px;
    font-weight:600;
}

.taxonomy-cross-layer-links .active-layer {
    margin-right:18px;
    font-weight:700;
    color:#999;
}


/* ==========================================
   EscortWP – MOBILE BADGE OPTIMIZATION
   Safe override for child theme
   ========================================== */

@media all and (max-width: 960px) {

    /* Badge container */
    .girl .thumb .thumbwrapper .labels {
        padding: 4px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
        gap: 4px !important;
        width: 100% !important;
    }

    /* All badges */
    .girl .thumb .thumbwrapper .label {
        float: none !important;
        font-size: 10px !important;
        line-height: 1.2em !important;
        padding: 3px 6px !important;
        border-radius: 6px !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }

    /* NEW – малък и чист */
    .girl .thumb .thumbwrapper .label.new {
        font-size: 9px !important;
    }

    /* VERIFIED – малко по-компактен */
    .girl .thumb .thumbwrapper .label.verified {
        font-size: 9px !important;
    }

    /* FEATURED / PREMIUM – леко по-силен */
    .girl .thumb .thumbwrapper .label.featured {
        font-size: 10px !important;
        font-weight: 700 !important;
    }

    /* PRIVATE – по-тих статус */
    .girl .thumb .thumbwrapper .label.private {
        font-size: 9px !important;
        padding: 2px 5px !important;
        opacity: 0.9 !important;
    }

}

  /* Geo Cluster */
.geo-cluster-box {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
}

.geo-cluster-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.geo-cluster-list li {
    margin: 0;
}

.geo-cluster-list a {
    text-decoration: none;
    display: block;
    line-height: 1.4;
}

/* Tablet */
@media (max-width: 1024px) {
    .geo-cluster-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .geo-cluster-list {
        grid-template-columns: 1fr;
    }
}
