.account__data, .account__error {
    padding: 24px;
    background: white;
    border-radius: 32px;
    border: solid 1px #00000026;
}

.account__error .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.account__box-map {
    margin-top: 16px;
}

.account__box-map {
    height: 423px;
    width: 100%;
    border-radius: 40px;
}

.account__map-title {
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
}

.account__data-inner {
    display: flex;
    gap: 48px;
}

.account__data-box {
    font-family: Jost;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.account__link-edit_page {
    max-width: 202px;
    width: 100%;
}

.account__gallery-box {
    max-width: 400px;
    width: 100%;
}

.account__data-title {
    font-family: "Tilt Warp", Sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    margin: 0 0 16px 0;
}

.group__svg {
    height: 20px;
}

.data__box-field {
    word-break: break-word;
    overflow-wrap: break-word;
}

.data__box-field label {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
}

.data__box-field p, .field__selector {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    margin: 0;
    color: #00000099;
}

.data__box-field h2 {
    font-family: Tilt Warp;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    margin: 0;
}

.data__box-field {
    display: flex;
    gap: 6px;
}

.field__was_ich_sagen_mochte, .field__kurzbiografie {
    max-width: 634px;
}

.edit__page {
    width: 100%;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
    padding: 10px 27px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 100px;
    padding-right: 0;
}

.edit__page:before {
    content: url("/wp-content/uploads/2025/04/edit.svg");
    width: 24px;
    height: 24px;
}

.account__gallery-title {
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    margin: 0px;
}

input, textarea {
    width: 100%;
    padding: 8px 12px !important;
    border-radius: 12px !important;
    border: solid 1px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05);
    color: #000 !important;
    position: relative;
}

input::placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}

.data__supbox-field {
    display: flex;
    gap: 20px;

}

.data__field-group {
    display: flex;
    gap: 20px;
    flex: 1 1 100%;
}

.account__first-img.none__img {
    border-radius: 40px;
    max-width: 400px;
    height: 400px;
    margin-top: 4px;
    margin-bottom: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000000D;
    border: solid 1px #00000026;
}

.page__title {
    font-family: Tilt Warp;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000000;
    margin: 0px;
    margin-bottom: 80px;
}

.box__return {
    cursor: pointer;
    display: flex;
    gap: 16px;
    align-items: center;
    font-family: Jost;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 40px;
}

.field__kinder {
    flex-direction: column;
}

.data__supbox-field label {
    width: max-content;
}

.data__field-supbox {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
}

.field__selector {
    position: relative;
    min-width: max-content;
    width: max-content;
}

.input__list {
    display: none;
    position: absolute;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px;
    background: white;
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    z-index: 1;
}

.input__list li {
    padding-bottom: 10px;
}

.input__list li:last-child {
    padding: 0px;
}

.account__first-img img {
    border-radius: 40px;
    max-height: 400px;
    margin-top: 4px;
    margin-bottom: 16px;
}

.account__gallery-supbox {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

.account__gallery-supbox img {
    height: 100px;
    width: 100px;
    border-radius: 16px;
    object-fit: cover;
}

.error__title {
    font-family: Tilt Warp;
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0;
    color: #000;
}

.data__box-alert p {
    font-family: Jost;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    color: #E3925E;
}

.account__data-button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 26px;
    justify-content: end;

}

.button__v1 {
    padding: 10px 24px;
    border-radius: 100px;
    border: solid 1px #060606;
    background: #060606;
    color: #FFFFFFFF;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    cursor: pointer;
}

.button__v2 {
    padding: 10px 24px;
    border-radius: 100px;
    border: solid 1px #00000026;
    background: #ffffff;
    color: #000000;
    font-family: Jost;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    cursor: pointer;
}

.button__v1-red {
    background: #D53F3F;
    border: solid 1px #D53F3F;

}

.mobile__data {
    font-family: Jost;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    display: none;
}

.field__facebook_link a {
    color: #174CAE99;
}

@media screen and (max-width: 1200px) {
    .page__title {
        text-align: center;
        margin-bottom: 32px;
        margin-top: 64px;
    }

    .account__gallery-box {
        order: 0;
        margin: 0 auto;
    }

    .account__link-edit_page {
        max-width: 100%;
        order: 1;
    }

    .account__link-edit_page a {
        max-width: 202px;
    }

    .account__data-box {
        order: 2;
    }

    .account__data, .account__error {
        border-radius: 0px;
        border: solid 0px #00000026;
    }

    .account__data-inner {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 720px) {
    .page__title {
        text-align: center;
        margin-bottom: 32px;
    }

    .account__data, .account__error {
        padding: 0px 20px;
    }

    .account__gallery-box {
        display: flex;
        order: 0;
        margin: 0;
        max-width: 100%;
        gap: 16px;
    }

    .account__link-edit_page {
        max-width: 100%;
        order: 1;
    }

    .account__link-edit_page a {
        justify-content: center;
        padding-left: 0;
        max-width: 100%;
    }

    .account__first-img img {
        width: 100px;
        height: 100px;
        border-radius: 24px;
    }

    .account__first-img {
        width: 100px;
        flex: 0 0 100px;
    }

    .account__data-box {
        order: 2;
    }

    .account__data, .account__error {
        border-radius: 0px;
        border: solid 0px #00000026;
    }

    .account__data-inner {
        flex-wrap: wrap;
        gap: 16px;
    }

    .field__name, .field__kurzbiografie {
        display: none;
    }

    .data__field-supbox {
        flex-wrap: wrap;
    }

    .page__title {
        font-size: 36px;
    }

    .data__supbox-field label {
        flex-shrink: 0;
    }

    .account__box-map {
        height: 112px;
        border-radius: 16px;
    }

    .data__box-alert {
        margin: 10px 0;
    }

    .mobile__data {
        display: flex;
        flex-direction: column;
    }

    .account__data-button {
        flex-direction: column;
        margin-bottom: 64px;
    }

    .account__data-button a {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .account__data-button button {
        max-width: 100%;
        width: 100%;
    }

    .account__gallery-supbox {
        gap: 16px;
    }

    img[alt="Google"] {
        display: none;
    }

    .account__gallery-title {
        display: none;
    }

    .gmnoprint {
        display: none !important;
    }
}
