/*
Theme Name: RM SPACE V2
Text Domain: researchmind
Version: 0.3
Requires at least: 4.7
Requires PHP: 7.2
Description: RM 테마 2026 입니다.
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* WordPress admin bar: push fixed header down so it is not covered */
body:has(#wpadminbar) header.fixed {
    top: 32px;
}
body:has(#wpadminbar) .departmentslistPage,
body:has(#wpadminbar) .highlight
{
    margin-top: 159px !important;
}
@media screen and (min-width: 1024px) {
    body:has(#wpadminbar) .departmentslistPage,
    body:has(#wpadminbar) .highlight
    {
        margin-top: 152px !important;
    }
}
@media screen and (max-width: 782px) {
    body:has(#wpadminbar) header.fixed {
        top: 46px;
    }
    body:has(#wpadminbar) .departmentslistPage,
    body:has(#wpadminbar) .highlight
    {
        margin-top: 173px !important;
    }
    /* WordPress admin bar - 모바일에서 최상단 고정 */
    #wpadminbar {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 999999 !important;
    }
}

/* ========================================
   마이페이지 모바일 여백 및 스타일
   ======================================== */
@media screen and (max-width: 1023px) {
    /* 편집 레이아웃: 상하 여백 확보 */
    .mypage-edit-page {
        gap: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 왼쪽 영역(브레드크럼, My page 제목): 아래 여백 */
    .mypage-edit-page .mypage-edit-left {
        margin-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .mypage-edit-page .bread {
        margin-bottom: 16px !important;
    }

    .mypage-edit-page .tit-area {
        margin-bottom: 8px !important;
    }

    /* 오른쪽 본문 영역: 상단·좌우 여백 */
    .mypage-edit-page .mypage-edit-content {
        padding-top: 20px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* 흰색 카드(프로필/Researcher ID 등): 모바일 패딩 */
    .mypage-edit-page .mypage-card {
        padding: 24px 20px !important;
        margin-top: 16px !important;
    }

    /* Edit Photo / Edit Profile 섹션 제목 아래 여백 */
    .mypage-edit-page .mypage-card h4 {
        margin-bottom: 16px !important;
    }

    /* Researcher ID 등 서브페이지 제목: My page와 구분되도록 작고 부제 스타일 */
    .mypage-subpage-title {
        font-size: 1.125rem !important;   /* 18px */
        font-weight: 600 !important;
        color: #6C7687 !important;
        margin-top: 4px !important;
        letter-spacing: -0.02em;
    }
}

/* 이미지의 최대 사이즈를 넘지 않게 설정 */
.size-full {
    width: 100%;
    max-width: fit-content !important;
    height: auto;
}