/* ===== CHANNELS PAGE STYLES ===== */

/* 채널 페이지 컨텐츠 패딩 */
.c_channel-page-content {
    padding: 0px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* 알림 버튼 스타일 */
.c_notification-btn {
    transition: all 0.3s ease;
    position: relative;
}

.c_notification-btn:hover {
    transform: scale(1.1);
}

/* 알림 비활성화 상태 (기본) */
.c_notification-btn:not(.c_active) {
    color: var(--ytm-text-secondary);
    background: var(--ytm-bg-secondary);
    border: 1px solid var(--ytm-border);
}

.c_notification-btn:not(.c_active):hover {
    color: var(--ytm-text-primary);
    background: var(--ytm-bg-primary);
    border-color: var(--ytm-accent);
}

/* 알림 활성화 상태 */
.c_notification-btn.c_active {
    color: white;
    background: linear-gradient(135deg, var(--ytm-accent), #ff6b6b);
    border: 1px solid var(--ytm-accent);
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.c_notification-btn.c_active:hover {
    background: linear-gradient(135deg, #ff6b6b, var(--ytm-accent));
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
    transform: scale(1.1);
}

/* 알림 버튼 아이콘 애니메이션 */
.c_notification-btn.c_active i {
    animation: bellRing 0.5s ease-in-out;
}

@keyframes bellRing {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-15deg); }
    75% { transform: rotate(15deg); }
}

/* ===== CHANNEL PAGE INLINE STYLES ===== */

/* 채널 헤더 카드 스타일 */
.c_channel-header-card {
    background: linear-gradient(135deg, var(--ytm-bg-secondary) 0%, var(--ytm-bg-primary) 100%);
    border: 1px solid var(--ytm-border);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.c_channel-header-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--ytm-accent), #8ab4f8, var(--ytm-accent));
}

.c_channel-header-content {
    padding: 32px;
    display: flex;
    gap: 32px;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
}

/* 채널 메인 정보 */
.c_channel-main-info {
    display: flex;
    gap: 24px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
}

.c_channel-image-container {
    flex-shrink: 0;
    position: relative;
}

.c_channel-image {
    width: 120px;
    height: 120px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    border: 2px solid var(--ytm-border);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.c_channel-image:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.c_channel-text-info {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}

.c_channel-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--ytm-text-primary);
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.c_channel-author {
    color: var(--ytm-accent);
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.c_channel-author::before {
    content: '👤';
    font-size: 0.9rem;
}

.c_channel-description {
    color: var(--ytm-text-secondary);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.c_channel-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    overflow: hidden;
}

.c_meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--ytm-text-muted);
    font-size: 0.9rem;
    background: var(--ytm-bg-primary);
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid var(--ytm-border);
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.c_meta-item:hover {
    background: var(--ytm-accent);
    color: var(--ytm-bg-primary);
    transform: translateY(-1px);
}

.c_meta-item i {
    font-size: 0.8rem;
    color: var(--ytm-accent);
}

/* 해시태그 컨테이너 */
.c_channel-hashtags {
    margin-top: 12px;
}

/* 해시태그 스타일 */
.c_hashtags {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.c_hashtags i {
    margin-right: 4px;
    color: var(--ytm-accent);
}

.c_hashtag {
    background: var(--ytm-accent);
    color: var(--ytm-bg-primary);
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: default;
}

.c_hashtag:hover {
    background: #aecbfa;
    transform: translateY(-1px);
}

/* 채널 액션 영역 */
.c_channel-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    align-items: flex-start;
    box-sizing: border-box;
}

.c_subscribe-button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid transparent;
    min-width: 160px;
    justify-content: center;
}

.c_subscribe-button.c_not-subscribed {
    background: linear-gradient(135deg, #8ab4f8, #aecbfa);
    color: var(--ytm-bg-primary);
    box-shadow: 0 4px 16px rgba(138, 180, 248, 0.3);
}

.c_subscribe-button.c_not-subscribed:hover {
    background: linear-gradient(135deg, #aecbfa, #c7d7ff);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(138, 180, 248, 0.4);
}

.c_subscribe-button.c_subscribed {
    background: var(--ytm-bg-secondary);
    color: var(--ytm-text-secondary);
    border-color: var(--ytm-border);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.c_subscribe-button.c_subscribed:hover {
    background: var(--ytm-text-muted);
    color: var(--ytm-bg-primary);
    transform: translateY(-1px);
}

.c_subscribe-button.c_login-prompt {
    background: linear-gradient(135deg, #8ab4f8, #aecbfa);
    color: var(--ytm-bg-primary);
    box-shadow: 0 4px 16px rgba(138, 180, 248, 0.3);
}

.c_subscribe-button.c_login-prompt:hover {
    background: linear-gradient(135deg, #aecbfa, #c7d7ff);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(138, 180, 248, 0.4);
}

.c_subscribe-button i {
    font-size: 1.1rem;
}

.c_subscribe-button.c_subscribed i {
    color: #ff6b6b;
}

/* 추가 액션 버튼들 */
.c_additional-actions {
    display: flex !important;
    flex-direction: row !important;
    gap: 12px;
}

.c_action-button {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--ytm-border);
    background: var(--ytm-bg-primary);
    color: var(--ytm-text-secondary);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.c_action-button:hover {
    background: var(--ytm-accent);
    color: var(--ytm-bg-primary);
    transform: scale(1.05);
}

/* 데스크톱 레이아웃 */
@media (min-width: 1200px) {
    .c_channel-header-content {
        flex-direction: row;
        align-items: flex-start;
    }

    .c_channel-main-info {
        flex: 1;
        flex-direction: row;
    }

    .c_channel-text-info {
        flex: 1;
    }

    .c_channel-actions {
        flex-direction: column;
        align-items: flex-end;
        width: auto;
        min-width: 200px;
    }

    .c_channel-title {
        font-size: 2.5rem;
    }

    .c_channel-description {
        -webkit-line-clamp: 4;
    }
}

/* 태블릿 레이아웃 */
@media (min-width: 576px) and (max-width: 1199px) {
    .c_channel-header-card.has-background::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: var(--background-image);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: blur(15px);
        opacity: 0.2;
        z-index: 1;
    }

    .c_channel-header-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, var(--ytm-bg-secondary) 0%, var(--ytm-bg-primary) 100%);
        z-index: 2;
    }

    .c_channel-header-content {
        padding: 24px;
        gap: 24px;
        position: relative;
        z-index: 3;
    }

    .c_channel-image {
        width: 100px;
        height: 100px;
    }

    .c_channel-title {
        font-size: 1.8rem;
    }

    .c_channel-meta {
        gap: 12px;
    }

    .c_meta-item {
        padding: 4px 10px;
        font-size: 0.8rem;
    }

    .c_channel-hashtags {
        margin-top: 10px;
    }

    .c_hashtags {
        gap: 4px;
    }

    .c_hashtag {
        font-size: 0.7rem;
        padding: 2px 5px;
    }
}

/* 모바일 레이아웃 */
@media (max-width: 575px) {
    /* 모바일에서는 헤더 숨김 */
    header.ytm-header {
        display: none !important;
    }
    .c_channel-header-card.has-background::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: var(--background-image);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: blur(20px);
        opacity: 0.15;
        z-index: 1;
    }

    .c_channel-header-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, var(--ytm-bg-secondary) 0%, var(--ytm-bg-primary) 100%);
        z-index: 2;
    }

    .c_channel-header-content {
        padding: 16px;
        gap: 16px;
        position: relative;
        z-index: 3;
    }

    .c_channel-main-info {
        flex-direction: column;
        width: 100%;
        box-sizing: border-box;
    }

    .c_channel-image-container {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .c_channel-image {
        width: 160px;
        height: 160px;
        border-radius: 20px;
    }

    .c_channel-text-info {
        width: 100%;
        box-sizing: border-box;
    }

    .c_channel-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .c_channel-author {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .c_channel-description {
        font-size: 0.9rem;
        -webkit-line-clamp: 2;
        margin-bottom: 16px;
        line-height: 1.4;
    }

    .c_channel-meta {
        gap: 8px;
        margin-bottom: 16px;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .c_meta-item {
        padding: 4px 8px;
        font-size: 0.75rem;
        white-space: nowrap;
        max-width: 120px;
    }

    .c_channel-hashtags {
        margin-top: 8px;
    }

    .c_hashtags {
        flex-wrap: wrap;
        gap: 6px;
    }

    .c_hashtag {
        font-size: 0.7rem;
        padding: 2px 4px;
    }

    .c_channel-actions {
        width: 100%;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
        box-sizing: border-box;
    }

    .c_subscribe-button {
        padding: 12px 16px;
        font-size: 0.9rem;
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

    .c_additional-actions {
        display: flex;
        justify-content: center;
        gap: 8px;
        width: 100%;
        flex-wrap: wrap;
    }

    .c_action-button {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
        flex-shrink: 0;
    }
}

/* 에피소드 카드 반응형 디자인 */
.c_episode-card-layout {
    flex-direction: column;
}

/* 데스크톱에서는 가로 레이아웃 유지 */
@media (min-width: 1200px) {
    .c_episode-card-layout {
        flex-direction: row;
        align-items: center;
    }

    .c_episode-card-layout > div:first-child {
        margin-bottom: 0 !important;
    }

    .c_episode-card-layout > div:last-child {
        width: auto !important;
    }

    .c_episode-card-layout > div:last-child > h4 {
        font-size: 1.1rem !important;
    }

    .c_episode-card-layout > div:last-child > p {
        font-size: 0.9rem !important;
    }

    .c_episode-card-layout > div:last-child > div {
        justify-content: flex-start !important;
        gap: 16px !important;
    }

    .c_episode-card-layout > div:last-child > div:last-child {
        flex-direction: row !important;
        justify-content: flex-start !important;
    }
}

/* 모바일 최적화 */
@media (max-width: 767px) {
    .c_ytm-card {
        margin-bottom: 16px !important;
    }

    /* 헤더 버튼들 모바일 최적화 */
    header.ytm-header .d-flex.gap-2 {
        flex-direction: column !important;
        gap: 8px !important;
        width: 100% !important;
    }

    header.ytm-header .d-flex.gap-2 a {
        width: 100% !important;
        text-align: center !important;
        font-size: 0.9rem !important;
    }

    /* 채널 정보 카드 모바일 최적화 */
    .c_channel-info-layout > div:first-child img {
        width: 120px !important;
        height: 120px !important;
    }

    .c_channel-info-layout > div:last-child > h2 {
        font-size: 1.2rem !important;
    }

    .c_channel-info-layout > div:last-child > p {
        font-size: 0.85rem !important;
    }

    /* 에피소드 카드 모바일 최적화 */
    .c_episode-card-layout > div:first-child img {
        width: 80px !important;
        height: 80px !important;
    }

    .c_episode-card-layout > div:last-child > h4 {
        font-size: 0.95rem !important;
    }

    .c_episode-card-layout > div:last-child > p {
        font-size: 0.8rem !important;
    }

    /* 에피소드 헤더 모바일 최적화 */
    .c_d-flex.justify-content-between.align-items-center.mb-4 {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .c_d-flex.justify-content-between.align-items-center.mb-4 h3 {
        font-size: 1.1rem !important;
    }
}

/* 공유 모달 애니메이션 */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* 에피소드 리스트 */
#episodes-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.c_episodes-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.c_episodes-header-title {
    color: var(--ytm-text-primary);
    margin: 0;
    font-size: 1.25rem;
}

.c_episodes-header-count {
    color: var(--ytm-text-secondary);
    font-size: 0.9rem;
}

/* 빈 상태 스타일 */
.c_empty-state-icon {
    color: var(--ytm-text-muted);
    margin-bottom: 1rem;
}

.c_empty-state-title {
    color: var(--ytm-text-primary);
    margin: 0 0 8px 0;
}

.c_empty-state-text {
    color: var(--ytm-text-secondary);
    margin: 0;
    font-size: 0.9rem;
}

.c_no-audio-file {
    color: var(--ytm-text-muted);
    font-size: 0.75rem;
}

.c_episode-list-item {
    display: flex;
    gap: 12px;
    padding: 16px;
    background-color: var(--ytm-bg-secondary);
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.c_episode-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.c_episode-list-item:hover .episode-image img.loaded {
    transform: scale(1.05) !important;
}

.c_episode-list-item.empty-state {
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    background-color: transparent;
    cursor: default;
}

.c_episode-list-item.empty-state:hover {
    transform: none;
    box-shadow: none;
}

.c_episode-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}

.c_episode-image img {
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
    object-fit: cover !important;
    transition: all 0.3s ease;
    opacity: 0 !important;
}

.c_episode-image img.loaded {
    opacity: 1 !important;
}

.c_episode-list-item:hover .episode-image img.loaded {
    transform: scale(1.05) !important;
}

.c_episode-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.c_episode-title {
    color: var(--ytm-text-primary);
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.c_episode-description {
    color: var(--ytm-text-secondary);
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.c_episode-meta {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.c_episode-date,
.c_episode-duration {
    color: var(--ytm-text-muted);
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.c_episode-actions {
    display: flex;
    gap: 6px;
    margin-top: 8px;
}

.c_episode-play-btn {
    padding: 6px 12px;
    border: none;
    border-radius: 5px;
    background-color: var(--ytm-accent);
    color: var(--ytm-bg-primary);
    font-size: 0.75rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c_episode-play-btn i,
.c_episode-download-btn i {
    font-size: 0.7rem;
}

.c_episode-download-btn {
    padding: 6px 12px;
    background-color: transparent;
    color: var(--ytm-text-secondary);
    border: 1px solid var(--ytm-border);
    border-radius: 5px;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.c_episode-download-btn:hover {
    background-color: var(--ytm-accent);
    color: var(--ytm-bg-primary);
    transform: translateY(-1px);
}

/* 작은 모바일 화면 최적화 */
@media (max-width: 480px) {
    .c_ytm-card {
        padding: 12px !important;
        margin-bottom: 12px !important;
    }

    .c_channel-info-layout > div:first-child img {
        width: 100px !important;
        height: 100px !important;
    }

    .c_channel-info-layout > div:last-child > h2 {
        font-size: 1.1rem !important;
    }

    .c_episode-card-layout > div:first-child img {
        width: 70px !important;
        height: 70px !important;
    }

    header.ytm-header {
        padding: 16px !important;
    }

    header.ytm-header .ytm-title {
        font-size: 1.5rem !important;
    }

    header.ytm-header .ytm-subtitle {
        font-size: 0.85rem !important;
    }

    /* 에피소드 리스트 모바일 최적화 */
    .c_episode-list-item {
        padding: 12px;
        gap: 8px;
    }

    .c_episode-image {
        width: 80px;
        height: 80px;
    }

    .c_episode-title {
        font-size: 0.95rem;
        line-height: 1.3;
    }

    .c_episode-description {
        font-size: 0.8rem;
        -webkit-line-clamp: 2;
        line-height: 1.3;
    }

    .c_episode-meta {
        gap: 8px;
        margin-top: 4px;
    }

    .c_episode-date,
    .c_episode-duration {
        font-size: 0.7rem;
    }

    .c_episode-actions {
        gap: 6px;
        padding-top: 8px;
    }

    .c_episode-play-btn {
        padding: 6px 10px;
        font-size: 0.7rem;
    }
}

/* 공유 모달 스타일 */
.c_share-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.c_share-modal-content {
    background: var(--ytm-bg-primary);
    border-radius: 16px;
    padding: 24px;
    max-width: 400px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    border: 1px solid var(--ytm-border);
}

.c_share-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.c_share-modal-title {
    color: var(--ytm-text-primary);
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.c_share-close-btn {
    background: none;
    border: none;
    color: var(--ytm-text-secondary);
    font-size: 1.5rem;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.c_share-close-btn:hover {
    background: var(--ytm-bg-hover);
    color: var(--ytm-text-primary);
}

.c_share-modal-body {
    color: var(--ytm-text-secondary);
    font-size: 0.9rem;
    line-height: 1.5;
}

.c_share-copy-section {
    margin-bottom: 20px;
}

.c_share-copy-label {
    color: var(--ytm-text-secondary);
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.c_share-copy-btn {
    width: 100%;
    padding: 12px 16px;
    background: var(--ytm-accent);
    color: var(--ytm-bg-primary);
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.c_share-copy-btn:hover {
    background: #aecbfa;
    transform: translateY(-1px);
}

.c_share-social-section {
    margin-top: 20px;
}

.c_share-social-label {
    color: var(--ytm-text-secondary);
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.c_share-social-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.c_share-social-btn {
    padding: 12px;
    background: var(--ytm-bg-secondary);
    color: var(--ytm-text-primary);
    border: 1px solid var(--ytm-border);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.c_share-social-btn:hover {
    background: var(--ytm-accent);
    color: var(--ytm-bg-primary);
    transform: translateY(-1px);
}

.c_share-social-btn i {
    font-size: 1.2rem;
}

.c_share-social-btn span {
    font-size: 0.75rem;
}

/* 액션 버튼 기본 스타일 */
.c_action-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
}

.c_action-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* 해시태그 링크 스타일 */
.c_channel-hashtags {
    margin-top: 12px;
}

.c_hashtags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

.c_hashtag-link {
    display: inline-block;
    background: var(--ytm-accent);
    color: var(--ytm-bg-primary);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    text-decoration: none;
    margin-right: 4px;
    margin-bottom: 4px;
    transition: all 0.2s ease;
    font-weight: 500;
}

.c_hashtag-link:hover {
    background: var(--ytm-text-primary);
    color: var(--ytm-bg-primary);
    text-decoration: none;
    transform: translateY(-1px);
}
