/* GW19 WOHNUNGS-INFO — Reiner Content-Block, Layout via vc_row/vc_column */

.gw19-winfo {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
}

.gw19-winfo__name {
    font-family: "swear-display", serif;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    font-size: 36px;
    margin: 0 0 8px 0;
}

.gw19-winfo__subtitle {
    font-family: "swear-display", serif;
    font-weight: 400;
    font-style: italic;
    color: #E8A090;
    font-size: 15px;
    margin: 0 0 20px 0;
}

.gw19-winfo__desc {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.gw19-winfo__desc p { color: rgba(255,255,255,0.8); }

.gw19-winfo__stats {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 18px;
    margin-top: 5px;
}

.gw19-winfo__divider { margin: 0 15px; opacity: 0.4; }

.gw19-winfo__buttons { display: flex; gap: 12px; margin-top: 25px; }

.gw19-winfo__btn {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.gw19-winfo__btn--salmon { border: 1.5px solid #E8A090; color: #E8A090; background: transparent; }
.gw19-winfo__btn--salmon:hover { background: #E8A090; color: #fff; }
.gw19-winfo__btn--white { border: 1.5px solid rgba(255,255,255,0.6); color: #fff; background: transparent; }
.gw19-winfo__btn--white:hover { background: rgba(255,255,255,0.15); }

@media (max-width: 999px) {
    .gw19-winfo { padding: 35px 25px; min-height: auto; }
    .gw19-winfo__name { font-size: 28px; }
}
