.topbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    height: 69px;
    padding: 0;
    align-items: center;
}

.logout-dropdown-menu {
    position: absolute;
    top: 24px;
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    display: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.logout-button {
    background: none;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
}

.logout-dropdown-menu button:hover {
    background-color: #f2f2f2;
}

.logout-button {
    writing-mode: horizontal-tb; /* 수평 방향으로 글자 출력 */
    white-space: nowrap; /* 줄바꿈 방지 */
    transform: none; /* 회전되어 있다면 원상복귀 */
}


.profile-menu {
    font-weight: bold;
    color: #51555A;
    font-size: 16px;
    position: relative;
}



.left-info{
    display: flex;
    align-items: center;
    gap: 16px;
}

.page-title{
    font-size: 20px;
    font-weight: 500;
    color: #212427;
}

.page-subtitle{
    font-size: 15px;
    font-weight: 500;
    color: #646970;
}

.right-actions{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.momscoach-icon {
    width: 32px; /* 아이콘 크기 */
    height: 32px;
    object-fit: contain;
}