/* =========================================================
   BIO-LAENDLE.DE
   Sabai Anbieterprofile
   ========================================================= */


/* =========================================================
   GRUNDSTRUKTUR
   ========================================================= */

.bio-directory-profile {
    max-width: 1100px;
    margin: 0 auto 50px;
    color: #2f3a32;
}


/* =========================================================
   HERO
   ========================================================= */

.bio-profile-hero {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}


/* =========================================================
   HERO-BILD
   ========================================================= */

.bio-profile-hero-image {
    position: relative;
    background: #f2f4f0;
    overflow: hidden;
}

.bio-profile-hero-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 430px;
    object-fit: cover;
}

.bio-profile-hero-image .sabai-directory-images {
    margin: 0;
}


/* =========================================================
   HERO-INHALT
   ========================================================= */

.bio-profile-hero-content {
    padding: 30px 34px 34px;
}


/* =========================================================
   ANBIETERNAME
   ========================================================= */

.bio-profile-title {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #243329;
}


/* =========================================================
   KATEGORIEN
   ========================================================= */

.bio-profile-categories {
    margin-bottom: 16px;
}

.bio-profile-categories .sabai-directory-category {
    margin: 0;
}

.bio-profile-categories .sabai-directory-category a {
    display: inline-block;
    padding: 7px 13px;
    margin: 0 7px 7px 0;
    border-radius: 999px;
    background: #eef3e9;
    color: #496044;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}


/* =========================================================
   BEWERTUNG
   ========================================================= */

.bio-profile-rating {
    margin: 4px 0 22px;
}

.bio-profile-rating .sabai-directory-rating {
    margin: 0;
}


/* =========================================================
   KONTAKT-AKTIONEN IM HERO
   ========================================================= */

.bio-profile-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.bio-profile-actions .sabai-directory-contact {
    margin: 0;
}

.bio-profile-actions .sabai-directory-contact a {
    display: inline-block;
    padding: 11px 17px;
    border-radius: 9px;
    background: #f2f5f0;
    color: #344337;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.3;
}

.bio-profile-actions .sabai-directory-contact a:hover {
    background: #e7ece4;
}


/* =========================================================
   HAUPTINHALT
   ========================================================= */

.bio-profile-content {
    background: #ffffff;
}


/* =========================================================
   STANDORT
   ========================================================= */

.bio-profile-location {
    margin-bottom: 28px;
}

.bio-profile-location .sabai-directory-location {
    font-size: 16px;
}


/* =========================================================
   BESCHREIBUNG
   ========================================================= */

.bio-profile-description {
    margin: 0 0 32px;
}

.bio-profile-description .sabai-directory-body {
    font-size: 17px;
    line-height: 1.75;
}


/* =========================================================
   KONTAKT / SOCIAL MEDIA
   ========================================================= */

.bio-profile-contact-box {
    margin: 30px 0;
    padding: 24px 26px;
    background: #f7f9f6;
    border-radius: 14px;
}

.bio-profile-contact-box .sabai-directory-contact,
.bio-profile-contact-box .sabai-directory-social {
    margin: 0 0 15px;
}

.bio-profile-contact-box .sabai-directory-social:last-child,
.bio-profile-contact-box .sabai-directory-contact:last-child {
    margin-bottom: 0;
}


/* =========================================================
   INDIVIDUELLE FELDER
   ========================================================= */

.bio-profile-custom-fields {
    margin-top: 35px;
}

.bio-profile-custom-fields .sabai-directory-field {
    padding: 18px 20px;
    margin-bottom: 12px;
    background: #f8f9f7;
    border-radius: 12px;
}

.bio-profile-custom-fields .sabai-field-label {
    font-weight: 700;
    margin-bottom: 5px;
}

.bio-profile-custom-fields .sabai-field-label p {
    margin: 0;
}

.bio-profile-custom-fields .sabai-field-value {
    line-height: 1.55;
}

.bio-profile-custom-fields .sabai-directory-field > div:last-child {
    display: none;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.bio-profile-navigation {
    margin-top: 30px;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    .bio-directory-profile {
        margin-bottom: 30px;
    }

    .bio-profile-hero {
        border-radius: 12px;
    }

    .bio-profile-hero-content {
        padding: 24px 20px 26px;
    }

    .bio-profile-title {
        font-size: 30px;
    }

    .bio-profile-hero-image img {
        max-height: 300px;
    }

    .bio-profile-description .sabai-directory-body {
        font-size: 16px;
    }

    .bio-profile-contact-box {
        padding: 20px;
    }

}

/* =========================================================
   BIO-LAENDLE.DE
   Informationskarten
   ========================================================= */

.bio-profile-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 32px 0 48px;
}

.bio-profile-info-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 26px 28px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.bio-profile-card-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f7ef;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
}

.bio-profile-card-icon span {
    display: block;
}

.bio-profile-card-content {
    min-width: 0;
    flex: 1;
}

.bio-profile-card-content h2 {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
}

.bio-profile-card-body {
    font-size: 15px;
    line-height: 1.65;
}

.bio-profile-card-body p {
    margin: 0 0 6px;
}

.bio-profile-card-body p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   ANGEBOT & SERVICE
   ========================================================= */

.bio-profile-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bio-profile-service-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 0 9px;
    font-size: 15px;
    line-height: 1.5;
}

.bio-profile-service-list li:last-child {
    margin-bottom: 0;
}

.bio-profile-check {
    flex: 0 0 auto;
    font-weight: 700;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 767px) {

    .bio-profile-info-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 24px 0 36px;
    }

    .bio-profile-info-card {
        padding: 22px;
    }

}