/* 검색창 셀렉트 박스 아래 화살표 */
.search-select-arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right 0.75rem center/16px 12px;
    padding-right: 2.2em !important;
}
.search-select-arrow:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.15);
}
/* 날짜 span 한 줄 유지 */
.date-pc,
.date-mobile {
    white-space: nowrap;
}

/* 날짜 PC/모바일 구분 노출 */
@media (max-width: 768px) {
    .date-pc {
        display: none !important;
    }

    .date-mobile {
        display: inline !important;
    }

    .th-view-mobile-hide,
    .td-view-mobile-hide {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .date-pc {
        display: inline !important;
    }

    .date-mobile {
        display: none !important;
    }
}

/* 목록 왼쪽, 수정/삭제 오른쪽 정렬 */
.split-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.post-actions-left {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
}

.post-actions-right {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .split-flex {
        flex-direction: row;
        gap: 0;
    }

    .post-actions-left {
        justify-content: flex-start;
    }

    .post-actions-right {
        justify-content: flex-end;
    }
}

/* 목록/수정/삭제 버튼 모바일 동일 크기 */
@media (max-width: 768px) {
    .post-actions {
        flex-direction: row;
        gap: 8px;
        align-items: center;
        justify-content: flex-start;
    }

    .action-btn,
    .action-buttons .btn {
        width: auto;
        min-width: 80px;
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .action-buttons {
        flex-direction: row;
        gap: 8px;
        justify-content: flex-start;
    }
}

/* 서브메뉴 - aes.jjprs.com 스타일 */
.sub-menu {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 0;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(42, 125, 225, 0.08), 0 1.5px 4px rgba(0, 0, 0, 0.04);
    padding: 10px 20px 10px 20px;
    border: 1.5px solid #e3eaf3;
    min-height: 56px;
    list-style: none;
}

.sub-menu li {
    margin: 0;
    padding: 0;
}

.sub-menu a {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 18px;
    background: #f5f7fa;
    color: #333;
    font-weight: 500;
    font-size: 0.97em;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 6px;
    min-width: 60px;
}

.sub-menu a.active,
.sub-menu a:hover {
    background: #2a7de1;
    color: #fff;
    box-shadow: 0 4px 16px rgba(42, 125, 225, 0.10);
}

/* JSP 인라인 스타일 분리 및 클래스화 */
.board-alert-message {
    margin: 10px;
}

.badge-top {
    display: inline-flex;
    align-items: center;
    height: 20px;
    line-height: 20px;
    padding-top: 5px;
}

.badge-answer {
    margin-left: 6px;
    vertical-align: middle;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.icon-answer {
    margin-right: 3px;
}

.board-search-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 46px;
    width: 100%;
}

.board-search-select {
    flex: 0 0 120px;
    min-width: 100px;
    max-width: 180px;
    margin-bottom: 4px;
}

.board-search-btn {
    flex: 0 0 auto;
    height: 30px;
    padding: 4px 12px;
    font-size: 14px;
    min-width: 100px;
    margin-bottom: 4px;
    white-space: nowrap;
}

.board-reset-btn {
    flex: 0 0 auto;
    height: 30px;
    padding: 4px 8px;
    font-size: 14px;
    background-color: #ff6b35;
    color: white;
    border: none;
    width: 70px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background 0.2s, color 0.2s;
}

.board-reset-btn:hover,
.board-reset-btn:focus {
    background-color: #b52a37;
    color: #fff;
}

.board-modal-password {
    width: 100%;
}

/* Bootstrap 기반 게시판 스타일 */
a {
    color: initial;
    text-decoration: none !important;
    background-color: transparent;
    transition: color 0.15s ease-in-out, text-decoration 0.15s ease-in-out;
}

/* 게시판 컨테이너 */
#bbs {
    max-width: 1140px;
    margin: 0;
    padding: 0;
}

/* 글쓰기 버튼 영역 */
.btnWrite {
    padding: 1rem;
    text-align: right;
}

/* Bootstrap 버튼 스타일 */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #424242;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    /* border: 1px solid transparent; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.375rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
    color: #fff;
    background-color: #4b545e;
    border-color: #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btnWrite .btn, .btn-search {
    color: #424242 !important;
}

.btnWrite .btn:hover,
.btnWrite .btn:focus,
.btn-search:hover,
.btn-search:focus {
    color: #ffffff !important;
    background-color: #4b545e !important;
    border-color: #e0e0e0 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0056b3;
    border-color: #004085;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.searchForm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.searchForm form {
    width: 100%;
    gap: 0.5rem;
    text-align: center;
    margin: 20px auto;
}

input.search-input {
    width: 164px;
    min-width: 100px;
    max-width: 240px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 4px;
}

/* Bootstrap 폼 스타일 */
.form-control {
    display: inline-block;
    width: 40%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-group {
    margin-bottom: 1rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-row div {
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 1rem;
    width: 50%;
}

@media (max-width: 768px) {
    .form-row div {
        width: 100%;
    }
}

.form-row div label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: inline-block;
    width: 50%;
}

.form-row div input,
.form-row div select {
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: inline-block;
    width: 98%;
}

/* Bootstrap 카드 스타일 */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem;
}

.card-header {
    padding: 0.75rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 500;
}

/* Bootstrap 그리드 시스템 */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* 게시판 목록 테이블 */
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #adb5bd;
    background-color: #6c757d;
    color: white;
}

.table tbody tr:hover {
    background-color: rgba(108, 117, 125, 0.1);
}

/* 테이블 줄무늬 색상 */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(108, 117, 125, 0.05);
}

/* 페이지네이션 */
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.375rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #6c757d;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
}

.page-link:hover {
    z-index: 2;
    color: #6c757d !important;
    border-color: #6c757d !important;
    color: #495057;
    text-decoration: none;
    background-color: #e9ecef;
    /* border-color: #adb5bd; */
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.page-item.active .page-link:hover {
    color: #fff !important;
}

/* 커스텀 폼 스타일 */
.write-container {
    max-width: 1000px;
    margin: 0 auto;
}

.form-section h2 {
    color: #007bff;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 1.75rem;
    text-align: center;
}

.input-group {
    margin-bottom: 1.5rem;
}

.input-group.no-border {
    border: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}

.title-field {
    margin-bottom: 1.5rem;
}

.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.file-field {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
}

.checkbox-section {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    margin-bottom: 1.5rem;
}

.button-section {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
}

/* 반응형 디자인 */
@media (max-width: 768px) {

    .form-row {
        margin-right: 0;
        margin-left: 0;
    }

    .form-row>.col,
    .form-row>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .button-section {
        flex-direction: column;
    }
}

.btn {
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(13, 71, 161, 0.3);
    transition: all 0.2s;
}

.btn:hover {
    background: #001b5e;
    box-shadow: 0 4px 8px rgba(13, 71, 161, 0.4);
}

/* 게시판 목록 */
#blist {
    min-width: 0;
    overflow-x: auto;
}

/* 테이블 스타일 */
#blist table {
    border-collapse: collapse;
    width: 100%;
}

#blist thead {
    background: #0d47a1;
}

#blist th {
    padding: 12px;
    text-align: center;
    font-weight: 500;
    color: #424242;
    background-color: #f5f5f5;
    border-bottom: 2px solid #e0e0e0;
}

#blist tbody {
    background: #fff;
}

#blist tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s;
}

#blist tbody tr:nth-child(even) {
    background-color: #fafafa;
}

#blist tbody tr:hover {
    background-color: #f8f9fa;
}

#blist td {
    padding: 12px;
    text-align: center;
    color: #424242;
    background-color: #ffffff !important;
}

#blist td.title {
    text-align: left;
}

#blist td.title a {
    color: #424242;
    text-decoration: none;
    transition: color 0.2s;
}

#blist td.title a:hover {
    color: #001b5e;
}

/* 페이징 */
/* 페이지 네비게이션 */
.pagination {
    padding: 20px 16px;
    text-align: center;
    background: #f8f9fa;
    /* border-top: 1px solid #e0e0e0; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.pagination a,
.pagination strong,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.pagination strong {
    background: #0d47a1;
    color: white;
    box-shadow: 0 2px 6px rgba(13, 71, 161, 0.3);
    border-color: #0d47a1;
}

.pagination a {
    background: #fff;
    color: #424242;
    border-color: #e0e0e0;
}

.pagination a:hover {
    background: #f1f3f4;
    color: #0d47a1;
    border-color: #0d47a1;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* 이전/다음 버튼 특별 스타일 */
.pagination .page-prev,
.pagination .page-next {
    background: #0d47a1;
    color: white;
    font-weight: 600;
    border-color: #0d47a1;
    min-width: 80px;
}

.pagination .page-prev:hover,
.pagination .page-next:hover {
    background: #1565c0;
    border-color: #1565c0;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(13, 71, 161, 0.4);
}

/* 처음/마지막 버튼 특별 스타일 */
.pagination .page-first,
.pagination .page-last {
    background: #424242;
    color: white;
    font-weight: 600;
    border-color: #424242;
    min-width: 60px;
}

.pagination .page-first:hover,
.pagination .page-last:hover {
    background: #616161;
    border-color: #616161;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(66, 66, 66, 0.4);
}

/* 비활성화된 버튼 */
.pagination .disabled {
    background: #f5f5f5 !important;
    color: #9e9e9e !important;
    border-color: #e0e0e0 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}

/* 모바일 반응형 */
@media (max-width: 768px) {

    #bbs {
        margin: 0;
        border-radius: 4px;
        padding: 0;
    }

    #blist {
        /* padding: 8px; */
        min-width: 0;
        overflow-x: auto;
    }

    #blist th,
    #blist td {
        padding: 8px 4px;
        font-size: 14px;
    }

    .btnWrite {
        padding: 12px;
        text-align: right;
    }

    .btn {
        padding: 6px 12px;
        font-size: 14px;
    }

    .pagination {
        padding: 16px 12px;
        gap: 2px;
    }

    .pagination a,
    .pagination strong,
    .pagination span {
        min-width: 32px;
        height: 32px;
        padding: 6px 8px;
        margin: 0 1px;
        font-size: 13px;
    }

    .pagination .page-prev,
    .pagination .page-next {
        min-width: 70px;
        font-size: 13px;
    }

    .pagination .page-first,
    .pagination .page-last {
        min-width: 50px;
        font-size: 13px;
    }
}

/* 태블릿 반응형 */
@media (max-width: 1024px) and (min-width: 769px) {
    #bbs {
        margin: 0;
        padding: 0;
    }

    #blist th,
    #blist td {
        padding: 10px 6px;
        font-size: 15px;
    }
}

/* 작은 모바일 반응형 (480px 이하) */
@media (max-width: 480px) {

    #bbs {
        margin: 0;
        padding: 0;
        border-radius: 0;
    }

    #blist {
        /* padding: 4px; */
        min-width: 0;
        overflow-x: auto;
    }

    #blist th,
    #blist td {
        padding: 6px 2px;
        font-size: 12px;
    }

    #blist th {
        font-size: 11px;
    }

    .btnWrite {
        padding: 8px;
        text-align: right;
    }

    .btn {
        padding: 5px 8px;
        font-size: 12px;
    }

    .pagination {
        padding: 12px 8px;
        gap: 1px;
    }

    .pagination a,
    .pagination strong,
    .pagination span {
        min-width: 28px;
        height: 28px;
        padding: 4px 6px;
        margin: 0 1px;
        font-size: 12px;
    }

    .pagination .page-prev,
    .pagination .page-next {
        min-width: 60px;
        font-size: 12px;
    }

    .pagination .page-first,
    .pagination .page-last {
        min-width: 45px;
        font-size: 12px;
    }
}

/* 폼 스타일 */
.wTop,
.wBot,
.wCon {
    margin-bottom: 20px;
}

.wTop dl,
.wBot dl {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.wTop dt,
.wBot dt {
    width: 120px;
    font-weight: 500;
    color: #424242;
    margin-right: 15px;
    flex-shrink: 0;
}

.wTop dd,
.wBot dd {
    flex: 1;
}

.wTop dd select,
.wTop dd input,
.wBot dd input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.wBot dl.long dd input {
    width: 100%;
}

.wBot dl.wtitle dd input {
    width: 100%;
}

.wCon .editor {
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 300px;
}

/* 버튼 그룹 */
.btnGroup {
    text-align: center;
    margin-top: 30px;
    padding: 20px 0;
}

.btnGroup .btn {
    margin: 0 5px;
}

/* 읽기 페이지 스타일 */
#bread {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.breadTop {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.breadTop h2 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    line-height: 1.3;
}

.breadInfo {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #666;
}

.breadInfo span {
    display: flex;
    align-items: center;
}

/* 읽기 페이지 반응형 */
@media (max-width: 768px) {
    .breadTop {
        padding: 15px;
    }

    .breadTop h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .breadInfo {
        flex-direction: column;
        gap: 5px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .breadTop {
        padding: 12px;
    }

    .breadTop h2 {
        font-size: 18px;
    }

    .breadInfo {
        font-size: 12px;
    }
}

/* 읽기 페이지 머터리얼 디자인 스타일 */
.post-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 20px 0;
}

.post-header {
    padding: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #e0e0e0;
}

.post-title {
    font-size: 24px;
    font-weight: 600;
    color: #212529;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: 14px;
}

.meta-label {
    font-weight: 500;
    color: #495057;
}

.meta-value {
    color: #212529;
}

.icon-user::before,
.icon-calendar::before,
.icon-eye::before,
.icon-paperclip::before,
.icon-link::before,
.icon-list::before,
.icon-edit::before,
.icon-trash::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
    opacity: 0.7;
}

.icon-user::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"><path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/></svg>');
}

.icon-calendar::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"><path d="M19 3h-1V1h-2v2H8V1H6v2H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11z"/></svg>');
}

.icon-eye::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"><path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"/></svg>');
}

.icon-paperclip::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"><path d="M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-.55-.45-1-1-1s-1 .45-1 1v11.5c0 .83-.67 1.5-1.5 1.5S11 17.33 11 16.5V6h1.5z"/></svg>');
}

.icon-link::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"><path d="M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76 0 5-2.24 5-5s-2.24-5-5-5z"/></svg>');
}

.icon-list::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%236c757d"><path d="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"/></svg>');
}

.icon-edit::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"/></svg>');
}

.icon-trash::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"/></svg>');
}

.post-content {
    padding: 0;
}

.content-text {
    line-height: 1.6;
    color: #212529;
    margin-bottom: 24px;
    white-space: normal;
}

.content-text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 16px 0;
}

@media (max-width: 768px) {
    .content-text img {
        max-width: 100%;
        height: auto;
        display: block;
    }
}

.content-attachment,
.content-link {
    margin-top: 20px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #0d47a1;
}

.attachment-header,
.link-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #0d47a1;
    margin-bottom: 12px;
}

.attachment-item,
.link-item {
    padding: 8px 0;
}

.attachment-link,
.link-url {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0d47a1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.attachment-link:hover,
.link-url:hover {
    color: #1565c0;
}

.filename {
    flex: 1;
}

.filesize {
    color: #6c757d;
    font-size: 12px;
}

.post-actions {
    padding: 20px 24px;
    background: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-buttons {
    display: flex;
    gap: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #0d47a1;
    color: white;
}

.btn-primary:hover {
    background: #1565c0;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(13, 71, 161, 0.3);
}

.btn-secondary {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background: #5a6268;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

/* 버튼 내부 아이콘 색상 조정 */
.btn-secondary .icon-list::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23ffffff"><path d="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"/></svg>') !important;
}

.btn-danger {
    background: #dc3545;
    color: white;
}

.btn-danger:hover {
    background: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}

/* consult write/read 버튼 글자색 흰색 (Bootstrap 덮어쓰기) */
.btn-text-white,
.btn-text-white:hover,
.btn-text-white:focus,
.btn-text-white:active,
a.btn-text-white {
    color: #fff !important;
}
.btn-text-white i,
.btn-text-white .icon-list::before {
    color: #fff !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .post-card {
        margin: 16px 0;
    }

    .post-header {
        padding: 0;
    }

    .post-title {
        font-size: 20px;
    }

    .post-meta {
        flex-direction: column;
        gap: 8px;
    }

    .post-content {
        padding: 0;
    }

    .post-actions {
        padding: 16px 20px;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .action-buttons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .post-header {
        padding: 0;
    }

    .post-title {
        font-size: 18px;
    }

    .post-content {
        padding: 0;
    }

    .post-actions {
        padding: 12px 16px;
        display: ruby;
        gap: 8px;
    }

    .btn {
        padding: 8px 12px;
        font-size: 13px;
    }
}

.write-container {
    max-width: 1000px;
    margin: 0 auto;
}

.mdc-card {
    padding: 32px;
    margin-bottom: 24px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.12);
    background: #ffffff;
    /* 더 선명한 흰색 */
    border: 1px solid #e0e0e0;
    /* 가벼운 테두리 추가 */
}

.form-section {
    margin-bottom: 32px;
}

.form-section h2 {
    color: #1565c0;
    /* 더 진한 파란색 */
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.input-group {
    background: #ffffff;
    /* 흰색 배경으로 변경 */
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
    border: 2px solid #e3f2fd;
    /* 파란색 테두리 */
    transition: all 0.3s ease;
}

.input-group:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
    border-color: #bbdefb;
    /* 호버 시 더 진한 테두리 */
}

.input-group.no-border {
    border: none;
    box-shadow: none;
    padding: 0;
}

.input-group.no-border:hover {
    box-shadow: none;
    border-color: transparent;
}

/* 브라우저 자동완성 방지 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #333 !important;
    background-color: white !important;
    background-image: none !important;
    transition: background-color 5000s ease-in-out 0s;
}

input[type="text"]:autofill,
input[type="email"]:autofill,
input[type="password"]:autofill,
input[type="tel"]:autofill,
select:autofill,
textarea:autofill {
    background-color: white !important;
    color: #333 !important;
}

.input-row {
    overflow: hidden !important;
    margin-bottom: 20px !important;
    font-size: 0;
    /* 인라인 블록 간격 제거 */
}

.input-item {
    display: inline-block !important;
    vertical-align: top !important;
    margin-right: 15px !important;
    min-height: 56px !important;
    font-size: 14px;
    /* 폰트 사이즈 복원 */
}

.input-item:last-child {
    margin-right: 0 !important;
}

/* 3열 레이아웃에 맞게 너비 조정 */
.input-item.name-item {
    width: 180px;
}

.input-item.clinic-item {
    width: 220px;
}

.input-item.email-item {
    width: 280px;
}

.input-item.phone-item {
    width: 160px;
}

.input-item.password-item {
    width: 200px;
}

.mdc-text-field {
    width: 100%;
    margin-bottom: 0;
}

.mdc-text-field--outlined {
    --mdc-text-field-container-shape: 8px;
    min-height: 56px;
    --mdc-text-field-outlined-hover-border-color: #1976d2;
    /* 호버 시 파란색 테두리 */
    --mdc-text-field-outlined-focus-border-color: #1565c0;
    /* 포커스 시 진한 파란색 */
}

.mdc-text-field--outlined .mdc-notched-outline__leading,
.mdc-text-field--outlined .mdc-notched-outline__notch,
.mdc-text-field--outlined .mdc-notched-outline__trailing {
    border-color: #90caf9 !important;
    /* 기본 테두리 색상 */
    border-width: 2px !important;
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #1565c0 !important;
    /* 포커스 시 테두리 색상 */
    border-width: 2px !important;
}

.mdc-select--outlined {
    --mdc-select-container-shape: 8px;
    min-height: 56px;
    --mdc-select-outlined-hover-border-color: #1976d2;
    --mdc-select-outlined-focus-border-color: #1565c0;
}

.mdc-select--outlined .mdc-notched-outline__leading,
.mdc-select--outlined .mdc-notched-outline__notch,
.mdc-select--outlined .mdc-notched-outline__trailing {
    border-color: #90caf9 !important;
    border-width: 2px !important;
}

.mdc-select--outlined.mdc-select--focused .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--focused .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--focused .mdc-notched-outline__trailing {
    border-color: #1565c0 !important;
    border-width: 2px !important;
}

.custom-select-container {
    position: relative;
    width: 100%;
}

.custom-select {
    width: 100%;
    padding: 16px 12px;
    border: 2px solid #90caf9;
    border-radius: 8px;
    background-color: white;
    font-size: 16px;
    color: #333;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.custom-select:focus {
    outline: none;
    border-color: #1565c0;
    box-shadow: 0 0 0 1px #1565c0;
}

.custom-select:hover {
    border-color: #1976d2;
}

.input-group {
    position: relative !important;
    overflow: visible !important;
}

.input-item {
    position: relative !important;
    overflow: visible !important;
}

.full-width {
    width: 100%;
}

.full-width-group {
    width: 100% !important;
}

.full-width-group .mdc-text-field {
    width: 100% !important;
    max-width: none !important;
}

.full-width-group .mdc-text-field__input {
    width: 100% !important;
    max-width: none !important;
}

.full-width-group .mdc-notched-outline {
    width: 100% !important;
}

.title-field {
    margin-bottom: 20px;
}

.mdc-text-field--textarea {
    height: auto;
    min-height: 120px;
}

.file-field {
    margin-bottom: 0;
    padding: 20px;
    background: #ffffff;
    /* 흰색 배경 */
    border-radius: 10px;
    border: 2px solid #e3f2fd;
    /* 파란색 테두리 */
    min-height: 60px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.file-field:hover {
    border-color: #bbdefb;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
}

.file-field label {
    margin: 0;
    font-weight: 600;
    color: #1565c0;
    /* 진한 파란색 */
}

.file-field input[type="file"] {
    margin-left: 16px;
    flex: 1;
}

.checkbox-section {
    background: #ffffff;
    /* 흰색 배경 */
    padding: 24px;
    border-radius: 10px;
    border: 2px solid #e3f2fd;
    /* 파란색 테두리 */
    margin-bottom: 24px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.button-section {
    display: flex;
    gap: 12px;
    justify-content: center;
    padding-top: 24px;
    border-top: 2px solid #e3f2fd;
    /* 파란색 테두리 */
}

.mdc-button {
    border-radius: 8px;
    text-transform: none;
    font-weight: 500;
    min-height: 48px;
    padding: 0 24px;
}

.mdc-button--raised {
    background-color: #1976d2 !important;
    /* 더 진한 파란색 */
    color: white !important;
    box-shadow: 0 4px 8px rgba(25, 118, 210, 0.3), 0 2px 4px rgba(25, 118, 210, 0.2);
    transition: all 0.3s ease;
}

.mdc-button--raised:hover {
    background-color: #1565c0 !important;
    /* 호버 시 더 진한 색 */
    box-shadow: 0 6px 12px rgba(25, 118, 210, 0.4), 0 3px 6px rgba(25, 118, 210, 0.3);
}

.mdc-button:not(.mdc-button--raised) {
    color: #1976d2 !important;
    border: 2px solid #1976d2;
}

.mdc-button:not(.mdc-button--raised):hover {
    background-color: #e3f2fd !important;
}

/* 리스트 번호 셀 */
.table-no-cell {
    text-align: center;
    vertical-align: middle;
}

/* 썸네일 링크 */
.thumbnail-link {
    display: inline-block;
    text-decoration: none;
}

/* 썸네일 컨테이너 */
.thumbnail-container {
    display: inline-block;
    width: 60px;
    height: 45px;
    overflow: hidden;
    position: relative;
    background: #fafafa;
    border-radius: 6px;
    border: 1px solid #eee;
    vertical-align: middle;
}

/* 썸네일 이미지 */
.thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Clinic 버튼 */
.clinic-btn {
    pointer-events: none;
    vertical-align: middle;
    background-color: navy;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 0 5px;
}

/* 검색 폼 컨테이너 */
.search-container {
    margin: 0 auto;
}

/* 반응형 디자인 - 데스크톱에서 col-md-6을 2열로 표시 */
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Surgery Review - Category Tabs */
.category-tabs {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.category-tab-item .nav-link {
    width: 100%;
    font-size: 12px;
    padding: 0 4px;
    height: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
    border-radius: 0;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    font-weight: 600;
    cursor: pointer;
}

.category-tab-item .nav-link.active {
    background-color: #0b1f5e;
    border-color: #1e3a8a;
    color: #ffffff;
    font-weight: 700;
}

/* Surgery Review - Thumbnail Container (90x68px) */
.thumbnail-container {
    width: 90px;
    height: 68px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    vertical-align: middle;
}

.thumbnail-container.with-image {
    background: #fafafa;
    border: 1px solid #eee;
}

.thumbnail-container.no-image {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Surgery Review - Best Badge */
.best-badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 30px;
    height: 30px;
}

/* Surgery Review - Clinic Badge */
.clinic-btn {
    pointer-events: none;
    vertical-align: middle;
    background-color: #379db5;
    color: white;
    border: none;
    padding: 5px;
    height: 20px;
    line-height: 1;
    margin-bottom: 3px;
    font-size: 12px !important;
}

.clinic-btn.multiple {
    border-radius: 5px;
    margin-right: 3px;
}

.clinic-btn.single {
    border-radius: 10px;
}

/* Table center alignment */
.table-center-cell {
    text-align: center;
    vertical-align: middle;
}

/* No image placeholder text */
.no-image-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 10px;
    color: #999;
}

/* With Star */
.thumbnail-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.thumbnail-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.thumbnail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.thumbnail-card-image {
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
    position: relative;
}

.thumbnail-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-card-title {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.thumbnail-card-title h5 {
    margin: 0 0 8px 0;
    font-size: 0.95rem;
    line-height: 1.3;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.post-date {
    display: none;
}

.gallery-showcase-container {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.gallery-showcase-info {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery-showcase-info h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #333;
    flex-grow: 1;
}

.gallery-showcase-date {
    color: #999;
    font-size: 0.9rem;
    white-space: nowrap;
}

.gallery-showcase-image {
    width: 100%;
    justify-items: anchor-center;
}

.gallery-showcase-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

@media (max-width: 992px) {
    .thumbnail-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .gallery-showcase-container {
        display: none;
    }

    .thumbnail-card-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .thumbnail-card-title {
        padding: 12px;
    }

    .thumbnail-card-title h5 {
        font-size: 0.9rem;
    }
}

/* Jayjun Media */
.attachment-thumbnail {
    max-width: 200px;
    max-height: 200px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 0;
}
.attachment-thumbnail:hover {
    border-color: #007bff;
}
#modalImage {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    #imageModal .modal-body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.content-text p {
	margin-bottom: 0 !important;	
}
.youtube-player-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
}
.youtube-player-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.btn {
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 9px 16px !important;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 2px;
}

.btn:hover {
    color: #ffffff;
    background-color: #007bff;
}

.btn:hover {
    background-color: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-reset {
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 9px 16px !important;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-reset:hover {
    background-color: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3);
}