#bcaafc_profile_meta_data {
    container-type: inline-size;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bcaafc_profile_data_row {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.bcaafc_profile_data_container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bcaafc_profile_label {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: #9e9e9e;
    font-weight: 700;
}

.bcaafc_profile_data {
    width: 100%;
    border-bottom: #9e9e9e 1px solid;
    padding: 10px 0;
}

@container (width < 550px) {
    .bcaafc_profile_data_row {
        flex-direction: column;
    }
}