/* Стили для вкладки Информации в профиле */

.profile-section {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}



.profile-section h3 {

    color: #3490dc;

    margin-top: 0;

    padding-bottom: 10px;

    border-bottom: 1px solid #e9ecef;

    margin-bottom: 15px;

    font-size: 1.2rem;

}



.info-group {

    display: flex;
    align-items: baseline;
    margin-bottom: 12px;

}



.info-label {

    width: auto;

    font-weight: bold;

    color: #495057;

    display: flex;

    align-items: center;

    margin-right: 10px;

}



.info-value {

    flex: 1;
    min-width: initial;
    display: flex;
    /* justify-content: flex-end; */

}



.bio-group {

    display: block;

}



.bio-group .info-label {

    margin-bottom: 5px;

}



.bio-text {

    background-color: #fff;

    padding: 15px;

    border-radius: 5px;

    border: 1px solid #e9ecef;

    line-height: 1.5;

}



.guest-hidden {

    color: #b0b0b0;

    font-style: italic;

    font-size: 1em;

    /* letter-spacing: 0.5px; */

    background: linear-gradient(90deg, #f8f9fa 60%, #e9ecef 100%);

    border-radius: 4px;

    padding: 2px 8px;

    /* display: table-row; */

    /* margin-left: 4px; */

    vertical-align: middle;

    /* transition: background 0.3s; */

    border: 1px solid #ccc;

}

