

/* REWORK IT, PLACE IT IN CUSTOM CSS file according to web section / page custom CSS styling (defaults, plain text, gallery,...)  */


.profile-intro,
.profile-section {
    margin: 18px 0 24px;
    padding: 18px 20px;
    background: rgba(20, 20, 20, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.profile-intro p,
.profile-section p {
    margin: 0 0 12px 0;
    line-height: 1.6;
}

.profile-intro p:last-child,
.profile-section p:last-child {
    margin-bottom: 0;
}

.profile-section-title {
    margin: 0 0 16px 0;
    color: #ffffff;
    font-size: 1.3em;
    letter-spacing: 0.04em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
}

.profile-list,
.profile-sublist {
    margin: 0;
    padding-left: 22px;
}

.profile-list li,
.profile-sublist li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.profile-list li:last-child,
.profile-sublist li:last-child {
    margin-bottom: 0;
}

.profile-sublist {
    margin-top: 10px;
}

.profile-list-label {
    color: #f3d37c;
    font-weight: bold;
}

.profile-photo-wrap {
    text-align: center;
    padding: 12px 0;
}