/* Pagina Cursuri V2 - Optimized Styles */

/* ============================================================================
   LOGIN STYLES
   ============================================================================ */
.pc-login-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FF5757 0%, #FE904D 100%);
    padding: 20px;
    margin: 0 !important;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Remove WordPress default margins/paddings */
body:has(.pc-login-wrap) {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

#page:has(.pc-login-wrap),
.site:has(.pc-login-wrap),
.site-content:has(.pc-login-wrap),
article:has(.pc-login-wrap),
.entry-content:has(.pc-login-wrap) {
    margin: 0 !important;
    padding: 0 !important;
}

.pc-login-container {
    max-width: 420px;
    width: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.pc-login-container input {
    border-radius: 15px;
    border: 1px solid #c1c0c0 !important;
}

.pc-login-logo {
    text-align: center;
    margin-bottom: 24px;
}

.pc-logo-img {
    max-width: 200px;
    height: auto;
}

.pc-login-header {
    text-align: center;
    margin-bottom: 32px;
}

.pc-login-title {
    font-size: 28px;
    font-weight: 700;
    color: #1F2937;
    margin: 0 0 8px 0;
}

.pc-login-subtitle {
    font-size: 15px;
    color: #6B7280;
    margin: 0;
}

.pc-login-error {
    background: #FEE2E2;
    border: 1px solid #FCA5A5;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #DC2626;
    font-weight: 600;
    font-size: 14px;
}

.pc-error-icon { 
    font-size: 18px; 
}

.pc-login-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pc-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pc-label {
    font-weight: 600;
    font-size: 14px;
    color: #374151;
}

.pc-input {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    font-size: 15px;
    transition: all 0.15s ease;
    box-sizing: border-box;
}

.pc-input:focus {
    outline: none;
    border-color: #FF5757;
    box-shadow: 0 0 0 4px rgba(255, 87, 87, 0.1);
}

.pc-login-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #FF5757 0%, #FE904D 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease;
    margin-top: 8px;
}

.pc-login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 87, 87, 0.4);
}

.pc-login-btn:active {
    transform: translateY(0);
}

/* ============================================================================
   MAIN APP WRAPPER
   ============================================================================ */
.pc-wrap {
    --primary: #FF5757;
    --secondary: #FE904D;
    --bg: #fff;
    --text: #1F2937;
    --muted: #6B7280;
    --line: #E5E7EB;
    --card: #fff;
    --shadow: 0 4px 12px rgba(0,0,0,0.08);
    --soft: 0 2px 8px rgba(0,0,0,0.06);
    --r: 16px;
    
    max-width: 980px;
    margin: 0 auto;
    background: var(--bg);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Global emoji styling - fix WordPress emoji replacement */
.pc-wrap img.emoji {
    display: inline-block !important;
    width: 1em !important;
    height: 1em !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    vertical-align: middle !important;
}

/* ============================================================================
   VIEW SYSTEM
   ============================================================================ */
.pc-view {
    display: none;
    min-height: 100vh;
}

.pc-view.is-active {
    display: block;
}

/* ============================================================================
   HEADER
   ============================================================================ */
.pc-header {
    padding: 24px 20px 16px;
    background: #FFF5F5;
    border-bottom: 1px solid var(--line);
}

.pc-hello {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
}

.pc-name {
    color: var(--primary);
}

.pc-sub {
    margin-top: 6px;
    color: var(--muted);
    font-weight: 500;
}

.pc-mood-row {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
    justify-content: center;
}

.pc-mood {
    width: 54px;
    height: 42px;
    border-radius: 12px;
    border: 2px solid var(--line);
    background: #fff;
    cursor: pointer;
    font-size: 20px !important;
    transition: all 0.15s ease;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Android Emoji", "EmojiSymbols", sans-serif !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000 !important;
    text-indent: 0 !important;
    overflow: visible !important;
    position: relative;
}

/* Fallback: Emoji prin CSS content dacă textul dispare */
.pc-mood[data-mood="🥳"]:empty::before { content: "🥳"; }
.pc-mood[data-mood="🙂"]:empty::before { content: "🙂"; }
.pc-mood[data-mood="😐"]:empty::before { content: "😐"; }
.pc-mood[data-mood="😟"]:empty::before { content: "😟"; }
.pc-mood[data-mood="😡"]:empty::before { content: "😡"; }

/* WordPress emoji image support */
.pc-mood img.emoji {
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    vertical-align: middle !important;
}

/* Force text to be visible */
.pc-mood::before {
    font-size: 20px !important;
}

.pc-mood::after {
    display: none !important;
}

.pc-mood:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.pc-mood.is-selected {
    border-color: var(--primary);
    background: #FFF5F5;
}

.pc-journal {
    width: 100%;
    margin-top: 16px;
    padding: 14px;
    border-radius: 14px;
    border: 2px solid var(--primary);
    background: #FFF5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    cursor: pointer;
    color: var(--primary);
    transition: all 0.15s ease;
}

.pc-journal:hover {
    background: var(--primary);
    color: #fff;
}

.pc-ico {
    font-size: 18px;
}

.pc-toast {
    margin-top: 10px;
    color: var(--muted);
    font-size: 13px;
    min-height: 18px;
    text-align: center;
}

/* ============================================================================
   SECTIONS
   ============================================================================ */
.pc-section {
    padding: 16px 20px;
}

.pc-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6px 0 14px;
}

.pc-title-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pc-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--primary);
}

.pc-section h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.pc-row h2 {
    font-size: 18px;
}

/* ============================================================================
   CARDS
   ============================================================================ */
.pc-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--r);
    box-shadow: var(--soft);
    padding: 16px;
}

.pc-muted {
    color: var(--muted);
    margin: 12px 0 0;
    line-height: 1.5;
}

/* ============================================================================
   JOURNEY
   ============================================================================ */
.pc-journey-top {
    display: flex;
    gap: 14px;
    align-items: center;
}

.pc-avatar {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--primary);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.pc-journey-name {
    font-weight: 700;
}

.pc-journey-small {
    color: var(--muted);
    margin-top: 4px;
    font-size: 13px;
}

.pc-progress {
    margin-top: 14px;
}

.pc-progress-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding: 0 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    background: var(--primary);
    margin-bottom: 10px;
}

.pc-progress-bar {
    height: 10px;
    background: #E5E7EB;
    border-radius: 999px;
    overflow: hidden;
}

.pc-progress-fill {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: var(--primary);
    transition: width 0.3s ease;
}

/* ============================================================================
   CAROUSEL
   ============================================================================ */
.pc-carousel {
    display: flex;
    gap: 14px;
    overflow: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
}

.pc-carousel::-webkit-scrollbar {
    height: 6px;
}

.pc-carousel::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 999px;
}

.pc-carousel-controls {
    display: flex;
    gap: 8px;
}

.pc-iconbtn {

    border-radius: 10px;
    border: 1px solid var(--line);
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.15s ease;
}

.pc-iconbtn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* ============================================================================
   COURSE CARDS
   ============================================================================ */
.pc-course-card {
    width: 200px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--soft);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.15s ease;
}

.pc-course-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
    border-color: var(--primary);
}

.pc-course-img {
    height: 100px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-course-emoji {
    font-size: 40px;
}

.pc-course-body {
    padding: 14px;
}

.pc-course-name {
    font-weight: 700;
    font-size: 15px;
}

.pc-course-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    color: var(--muted);
    font-weight: 600;
    font-size: 12px;
}

.pc-mini {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    background: #FFF5F5;
    border: 1px solid var(--primary);
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--primary);
    font-weight: 700;
    font-size: 11px;
}

/* ============================================================================
   LIST ITEMS
   ============================================================================ */
.pc-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pc-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--soft);
    cursor: pointer;
    transition: all 0.15s ease;
}

.pc-list-item:hover {
    border-color: var(--primary);
}

.pc-li-title {
    font-weight: 700;
}

.pc-li-sub {
    color: var(--muted);
    font-weight: 600;
    font-size: 13px;
    margin-top: 4px;
}

.pc-li-right {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #FFF5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    font-size: 18px;
    color: var(--primary);
    flex: 0 0 auto;
}

/* ============================================================================
   BOTTOM NAVIGATION
   ============================================================================ */
.pc-bottom {
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    gap: 8px;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    border-top: 1px solid var(--line);
}

.pc-tab {
    border: 0;
    background: transparent;
    padding: 10px 12px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    color: var(--muted);
    min-width: 80px;
    transition: all 0.15s ease;
}

.pc-tab.is-active {
    color: var(--primary);
    background: #FFF5F5;
    border: 1px solid var(--primary);
}

/* ============================================================================
   TOP BAR
   ============================================================================ */
.pc-topbar {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
}

.pc-topbar-explore {
    position: sticky;
    top: 0;
    z-index: 5;
    padding: 16px 20px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
}

.pc-topbar-title {
    font-weight: 700;
}

.pc-topbar-btn {
    width: auto;
    /*height: 40px;*/
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.15s ease;
}

.pc-topbar-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

/* ============================================================================
   COURSE DETAIL
   ============================================================================ */
.pc-course-hero {
    padding: 20px;
    display: flex;
    gap: 16px;
    align-items: center;
    background: #FFF5F5;
}

.pc-course-thumb {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.pc-thumb-emoji {
    font-size: 32px;
    filter: brightness(0) invert(1);
}

.pc-course-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.pc-course-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    flex-wrap: wrap;
}

.pc-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 12px;
    background: #FFF5F5;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.pc-primary {
    border: 0;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    background: var(--primary);
    transition: all 0.15s ease;
}

.pc-primary:hover {
    opacity: 0.9;
}

.pc-about {
    margin: 0 20px 16px;
}

.pc-about-label {
    color: var(--muted);
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.pc-about-text {
    margin-top: 6px;
    font-weight: 500;
    line-height: 1.5;
}

/* ============================================================================
   STEPS
   ============================================================================ */
.pc-steps {
    padding: 0 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pc-step {
    border-radius: 16px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--soft);
    overflow: hidden;
}

.pc-step.is-locked {
    opacity: 0.6;
}

.pc-step-header {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.15s ease;
}

.pc-step-header:hover {
    background: #F9FAFB;
}

.pc-step-left {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
}

.pc-step-top {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--muted);
    font-weight: 600;
    font-size: 12px;
    flex-wrap: wrap;
}

.pc-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 11px;
    background: #FFF5F5;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.pc-step-title {
    font-weight: 700;
}

.pc-step-toggle {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    background: #fff;
    font-size: 16px;
    color: var(--muted);
    flex: 0 0 auto;
    transition: all 0.2s ease;
}

.pc-step.is-open .pc-step-toggle {
    transform: rotate(180deg);
    background: #FFF5F5;
    border-color: var(--primary);
    color: var(--primary);
}

.pc-step-units {
    display: none;
    border-top: 1px solid var(--line);
    background: #F9FAFB;
}

.pc-step.is-open .pc-step-units {
    display: block;
}

.pc-unit {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    gap: 14px;
    border-bottom: 1px solid var(--line);
    cursor: pointer;
    transition: background 0.15s ease;
}

.pc-unit:last-child {
    border-bottom: none;
}

.pc-unit:hover {
    background: #FFF5F5;
}

.pc-unit-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex: 0 0 auto;
}

.pc-unit-info {
    flex: 1;
}

.pc-unit-title {
    font-weight: 600;
    font-size: 14px;
}

.pc-unit-meta {
    color: var(--muted);
    font-size: 12px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.pc-unit.is-completed .pc-unit-title::after {
    content: ' \2713'; /* Unicode pentru ✓ */
    color: #10B981;
    margin-left: 6px;
    font-family: Arial, sans-serif; /* Asigură afișarea corectă */
}

.pc-unit-play {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex: 0 0 auto;
}

.pc-bottom-spacer {
    height: 24px;
}

/* ============================================================================
   STEP CONTENT
   ============================================================================ */
.pc-step-content {
    padding: 20px;
    min-height: 60vh;
}

.pc-step-content h1,
.pc-step-content h2,
.pc-step-content h3 {
    margin-top: 0;
}

.pc-step-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.pc-step-nav {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    border-top: 1px solid var(--line);
    background: #fff;
    position: sticky;
    bottom: 0;
}

.pc-nav-btn {
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease;
}

.pc-nav-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.pc-nav-btn.pc-nav-next {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
}

.pc-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pc-locked-msg {
    text-align: center;
    padding: 40px 20px;
    color: var(--muted);
}

.pc-lock-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

/* ============================================================================
   JOURNAL
   ============================================================================ */
.pc-journal-content {
    padding: 20px;
    min-height: calc(100vh - 200px);
}

.pc-journal-entry {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 12px;
}

.pc-journal-date {
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 12px;
}

.pc-journal-mood {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.pc-journal-emoji {
    font-size: 32px;
}

.pc-journal-mood-label {
    font-size: 18px;
    font-weight: 700;
}

.pc-journal-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pc-journal-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    background: #F3F4F6;
    border-radius: 999px;
    font-size: 13px;
    color: var(--text);
}

.pc-journal-add-wrap {
    position: sticky;
    bottom: 0;
    padding: 16px 20px;
    background: #fff;
    border-top: 1px solid var(--line);
}

.pc-journal-add-btn {
    width: 100%;
    padding: 16px;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.15s ease;
}

.pc-journal-add-btn:hover {
    opacity: 0.9;
}

/* ============================================================================
   ADD MOOD
   ============================================================================ */
.pc-add-mood-content {
    padding: 20px;
}

.pc-mood-selector {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 12px;
    margin-bottom: 30px;
}

.pc-mood-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 12px;
    background: #fff;
    border: 2px solid var(--line);
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.pc-mood-option:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
}

.pc-mood-option.is-selected {
    border-color: var(--primary);
    background: #FFF5F5;
}

.pc-mood-emoji {
    font-size: 40px;
}

.pc-mood-label {
    font-weight: 600;
    font-size: 14px;
}

.pc-mood-tags {
    margin-top: 20px;
}

.pc-tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pc-tag-btn {
    padding: 10px 16px;
    background: #F3F4F6;
    border: 2px solid var(--line);
    border-radius: 999px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.pc-tag-btn:hover {
    border-color: var(--primary);
}

.pc-tag-btn.is-selected {
    background: #FFF5F5;
    border-color: var(--primary);
    color: var(--primary);
}

.pc-mood-save-wrap {
    position: sticky;
    bottom: 0;
    padding: 16px 20px;
    background: #fff;
    border-top: 1px solid var(--line);
}

.pc-mood-save-btn {
    width: 100%;
    padding: 16px;
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.pc-mood-save-btn:hover {
    opacity: 0.9;
}

.pc-mood-save-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* ============================================================================
   EXPLORE
   ============================================================================ */
.pc-explore-content {
    padding: 0 20px 80px;
}

.pc-explore-category {
    margin-bottom: 30px;
}

.pc-explore-cat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 12px 0;
}

.pc-explore-cat-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.pc-explore-arrow {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--primary);
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.pc-explore-arrow:hover {
    background: #FFF5F5;
    border-color: var(--primary);
}

.pc-explore-courses {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
}

.pc-explore-course-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--soft);
    cursor: pointer;
    transition: all 0.15s ease;
}

.pc-explore-course-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
    border-color: var(--primary);
}

.pc-explore-course-img {
    height: 140px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-explore-course-info {
    padding: 14px;
}

.pc-explore-course-name {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
}

.pc-explore-course-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

.pc-category-content {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
    padding-bottom: 80px;
}

/* ============================================================================
   CHAT
   ============================================================================ */
.pc-chat-categories {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pc-chat-cat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: var(--soft);
    cursor: pointer;
    transition: all 0.15s ease;
}

.pc-chat-cat:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.pc-chat-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #FFF5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex: 0 0 auto;
}

.pc-chat-info {
    flex: 1;
}

.pc-chat-name {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}

.pc-chat-desc {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
}

.pc-chat-rating {
    color: var(--primary);
    font-weight: 700;
    font-size: 13px;
    flex: 0 0 auto;
}

.pc-chat-messages {
    padding: 20px;
    min-height: calc(100vh - 200px);
    overflow-y: auto;
}

.pc-chat-welcome {
    text-align: center;
    padding: 40px 20px;
}

.pc-welcome-icon {
    font-size: 64px;
    margin-bottom: 16px;
}

.pc-chat-welcome h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.pc-chat-welcome p {
    color: var(--muted);
    margin: 0;
}

.pc-chat-message {
    margin-bottom: 16px;
    display: flex;
    gap: 12px;
}

.pc-chat-message.is-user {
    justify-content: flex-end;
}

.pc-chat-bubble {
    max-width: 75%;
    padding: 12px 16px;
    border-radius: 16px;
    line-height: 1.5;
}

.pc-chat-message:not(.is-user) .pc-chat-bubble {
    background: #F3F4F6;
    color: var(--text);
}

.pc-chat-message.is-user .pc-chat-bubble {
    background: var(--primary);
    color: #fff;
}

.pc-chat-input-wrap {
    display: flex;
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid var(--line);
    background: #fff;
}

.pc-chat-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: 24px;
    font-size: 15px;
}

.pc-chat-input:focus {
    outline: none;
    border-color: var(--primary);
}

.pc-chat-send {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}

.pc-chat-send:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

/* ============================================================================
   PROFILE
   ============================================================================ */
.pc-profile-content {
    padding: 20px;
    padding-bottom: 80px;
}

.pc-profile-header {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 20px;
    background: #FFF5F5;
    border-radius: 16px;
    margin-bottom: 20px;
}

.pc-profile-avatar {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    flex: 0 0 auto;
}

.pc-profile-info {
    flex: 1;
}

.pc-profile-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.pc-profile-email {
    color: var(--muted);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pc-email-icon {
    font-size: 16px;
}

.pc-profile-section {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}

.pc-profile-section-title {
    padding: 12px 16px;
    font-weight: 700;
    font-size: 14px;
    color: var(--muted);
    border-bottom: 1px solid var(--line);
}

.pc-profile-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid var(--line);
    cursor: pointer;
    transition: background 0.15s ease;
}

.pc-profile-item:last-child {
    border-bottom: none;
}

.pc-profile-item:hover {
    background: #F9FAFB;
}

.pc-profile-item-content {
    flex: 1;
}

.pc-profile-item-label {
    font-size: 14px;
    color: var(--text);
    margin-bottom: 4px;
}

.pc-profile-item-value {
    font-weight: 700;
    font-size: 15px;
}

.pc-profile-item-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    font-size: 20px;
    flex: 0 0 auto;
}

.pc-profile-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #FFF5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex: 0 0 auto;
}

.pc-profile-count {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 4px;
}

.pc-logout-btn {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: #FEE2E2;
    color: #DC2626;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.15s ease;
}

.pc-logout-btn:hover {
    background: #FECACA;
}

.pc-logout-icon {
    font-size: 18px;
}

.pc-profile-version {
    text-align: center;
    color: var(--muted);
    font-size: 12px;
    margin-top: 20px;
}

/* ============================================================================
   RESPONSIVE
   ============================================================================ */
@media (min-width: 860px) {
    .pc-header {
        border-radius: 20px;
        margin: 20px 20px 0;
    }
    
    .pc-bottom {
        border-radius: 16px;
        margin: 0 20px 20px;
    }
    
    .pc-view-home {
        padding-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .pc-explore-courses {
        grid-template-columns: 1fr;
    }
    
    .pc-category-content {
        grid-template-columns: 1fr;
    }
}

























.pc-workout-complete {
    text-align: center;
    margin-top: 20px;
}


/* ===== LISTA DE EXERCIȚII ===== */
.pc-kegel-workout {
    padding: 20px;
}

.pc-kegel-header {
    text-align: center;
    margin-bottom: 30px;
}

.pc-kegel-emoji {
    font-size: 64px;
    margin-bottom: 12px;
}

.pc-kegel-meta {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.pc-kegel-badge {
    background: #F3F4F6;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    color: #374151;
}

.pc-kegel-about {
    background: #f9f9f9;
    border-left: 4px solid #ff5757;
    padding: 16px;
    border-radius: 6px;
    margin-bottom: 24px;
    color: #888888;
}

.pc-exercises-title {
    font-size: 18px;
    font-weight: 600;
    margin: 24px 0 12px;
    color: #111827;
}

.pc-exercise-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.pc-exercise-item:hover {
    background: #F3F4F6;
    border-color: #D1D5DB;
    transform: translateX(4px);
}

.pc-exercise-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.pc-exercise-info {
    flex: 1;
}

.pc-exercise-name {
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.pc-exercise-duration {
    font-size: 13px;
    color: #6B7280;
}

.pc-exercise-arrow {
    font-size: 18px;
    color: #9CA3AF;
}

.pc-start-training-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #ff914c 0%, #ff5757 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 24px;
    transition: transform 0.2s;
}

.pc-start-training-btn:hover {
    transform: scale(1.02);
}

/* ===== DETALII EXERCIȚIU ===== */
.pc-exercise-detail {
    padding: 20px;
}

.pc-back-to-list {
    background: #F3F4F6;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    cursor: pointer;
}

.pc-exercise-detail-header {
    text-align: center;
    margin-bottom: 32px;
}

.pc-exercise-icon-large {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-bottom: 16px;
}

.pc-exercise-duration-large {
    font-size: 18px;
    color: #6B7280;
    margin-top: 8px;
}

.pc-exercise-description {
    background: #F9FAFB;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.pc-exercise-description h3 {
    margin: 0 0 12px;
    font-size: 16px;
}

.pc-exercise-content {
    margin-top: 20px;
}











/* ===== PLAYER KEGEL NOU ===== */
.pc-kegel-player-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow: hidden;
}

.pc-player-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}
#pcFavBtn {
    color: transparent !important;
    border-color: transparent !important;
}
.pc-player-sound-btn,
.pc-player-close-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background-color: transparent !important;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.pc-player-sound-btn:hover,
.pc-player-close-btn:hover {

}

/* CERCUL MARE */
.pc-player-circle-container {
    position: relative;
    width: 90vw;
    max-width: 500px;
    aspect-ratio: 1;
    margin: 0 auto 30px;
    flex-shrink: 0;
}

/* Background portocaliu palid */
.pc-player-circle-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #ffd4c4;
}

/* Cercul portocaliu închis (pulsează) */
.pc-player-circle-fill {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ff914c;
    transform-origin: center;
    transition: none;
    will-change: transform;
    transform: translate3d(-50%, -50%, 0) scale(0);
    backface-visibility: hidden;
}

/* CERC ALB pentru timer */
.pc-player-timer-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #ffd4c4;
    border: 3px solid #ff914c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 20px rgba(255, 87, 87, 0.15);
}

/* Timer */
.pc-player-timer {
    font-size: 56px;
    font-weight: 700;
    color: #ff5757;
}

/* TEXT STATUS */
.pc-player-status {
    text-align: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.pc-player-status h3 {
    font-size: 24px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 8px;
}

.pc-player-status p {
    color: #6B7280;
        max-width: 600px;
    margin: 0 auto;
}

/* TABS */
.pc-player-tabs {
    padding: 0 20px;
    margin-bottom: 20px;
    flex-shrink: 0;
    max-height: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 760px) {
    .pc-player-tabs {
        justify-content: center;
    }
}

.pc-player-tab {
    padding: 10px 20px;
    border: 2px solid transparent;
    background: white;
    border-radius: 20px;
    font-size: 14px;
    color: #c1c0c0 !important;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
}


.pc-player-tab.completed {

}

/* CONTROLS */
.pc-player-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: auto;
    padding-bottom: 20px;
    flex-shrink: 0;
}

.pc-player-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    border: 2px solid #E5E7EB;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #374151;
    font-size: 24px;
    font-weight: 300;
}

.pc-player-nav-btn:hover:not(:disabled) {
    border-color: #ff5757;
    color: #ff5757;
    background: #fff5f5;
}

.pc-player-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.pc-player-continue-btn {
    flex: 1;
    max-width: 400px;
    padding: 10px 32px;
    background: #ff5757;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s;
}

.pc-player-continue-btn:hover {
    background: #ff3939;
}


@media (max-width: 640px) {
    .pc-player-circle-container {
        width: 85vw;
        margin-bottom: 20px;
    }
    
    .pc-player-timer-circle {
        width: 120px;
        height: 120px;
    }
    
    .pc-player-timer {
        font-size: 48px;
    }
    
    .pc-player-tab {
        font-size: 13px;
        padding: 8px 16px;
    }
}



/* Câmpuri pentru exercițiu în 2 pași */
.pc-kegel-doua-pasi-fields {
    transition: all 0.3s ease;
}
.pc-kegel-doua-pasi-fields.hidden {
    display: none !important;
}















/* Exercițiu activ în listă */
.pc-exercise-item.is-active {
    background: #f0f9ff !important;
    border-color: #2563eb !important;
}

/* Icon de INFO pentru exercițiul activ */
.pc-exercise-info-icon {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.pc-exercise-info-icon:hover {
    opacity: 1;
}

/* Butonul de pauză/continuă - îmbunătățit */
.pc-player-continue-btn {
    position: relative;
    overflow: hidden;
}

.pc-player-continue-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: opacity 0.2s;
}

.pc-player-continue-btn:active::after {
    opacity: 1;
}

/* Săgețile inactive când rulează */
.pc-player-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background: #f3f4f6;
    color: #9ca3af;
}

/* Tabs - doar exercițiul activ are background */


.pc-player-tab.active {
    background: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
    font-weight: 600;
}


/* Buton pauzat */
.pc-player-continue-btn.paused {
    background: white !important;
    color: #ff914c !important;
    border: 2px solid #ff914c !important;
}












/* Tabs orizontale cu scroll pe mobil */
.pc-player-tabs {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    padding: 0 8px;
    margin: 0 !important;
}
.pc-player-tabs::-webkit-scrollbar { 
    display: none; /* Chrome/Safari */
}
.pc-player-tab {
    flex-shrink: 0 !important; /* Previne împachetarea pe mobil */
    white-space: nowrap !important;
    margin: 0 4px !important;
}


















/* Tabs cu scroll automat */
.pc-player-tabs {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    padding: 0 8px;
    margin: 0 !important;
    gap: 8px;
    justify-content: center;
}

.pc-player-tabs::-webkit-scrollbar { 
    display: none; /* Chrome/Safari */
}

.pc-player-tab {
    flex-shrink: 0 !important;
    white-space: nowrap !important;
    padding: 10px 16px !important;


    border-radius: 20px !important;
    font-size: 14px !important;

    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.pc-player-tab.active {

    font-weight: 600 !important;
    transform: scale(1.05);
}


























.pc-pas-row {
    margin-bottom: 15px;
    clear: both;
}

.pc-pas-content {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 8px;
}

.pc-unitate-row {
    margin-bottom: 10px;
    background: #f9f9f9;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #eee;
}



























.pc-pas-drag,
.pc-unitate-drag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    cursor: move !important;
    user-select: none !important;
    border-radius: 6px !important;
    background: #e5e7eb !important;
    margin-right: 10px !important;
}
.pc-pas-drag:hover,
.pc-unitate-drag:hover {
    background: #d1d5db !important;
}














.pc-sort-placeholder {
  background: #e7f5fe;
  border: 2px dashed #2271b1;
  border-radius: 6px;
  height: 50px;
  margin: 10px 0;
}









.pc-pas-drag,
.pc-unitate-drag{
  display:inline-flex;
  width:28px;
  height:28px;
  align-items:center;
  justify-content:center;
  cursor:move;
  user-select:none;
  -webkit-user-select:none;
  background:#eef2ff;
  border-radius:6px;
}

.pc-pas-header,
.pc-unitate-header{
  cursor:default !important;
}

















.pc-workout-complete-v2 {
    min-height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.pc-complete-header-gradient {
    position: relative;
    background: linear-gradient(135deg, #FF914C 0%, #FF5757 40%, #FF5757 70%, #DB2777 100%);
    padding: 40px 20px 60px;
    text-align: center;
    overflow: hidden;
}

.pc-complete-skip {
    position: absolute;
    top: 16px;
    right: 20px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 6px;
    transition: background 0.2s;
}

.pc-complete-skip:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.pc-complete-thumbs {
    margin: 0 auto 10px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: thumbsBounce 0.6s ease-out;
}

@keyframes thumbsBounce {
    0% { transform: scale(0.3) rotate(-10deg); opacity: 0; }
    60% { transform: scale(1.15) rotate(5deg); }
    100% { transform: scale(1) rotate(0deg); opacity: 1; }
}

.pc-complete-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    line-height: 0;
}

.pc-complete-wave svg {
    width: 100%;
    height: 40px;
}

.pc-complete-body {
    padding: 10px 20px 30px;
    text-align: center;
    flex: 1;
}

.pc-complete-title {
    font-size: 28px;
    font-weight: 800;
    color: #1F2937;
    margin: 0 0 6px;
}

.pc-complete-subtitle {
    font-size: 15px;
    color: #6B7280;
    margin: 0 0 20px;
}

.pc-complete-stats-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 24px;
}

.pc-complete-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc-complete-stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #FF914C;
}

.pc-complete-stat-lbl {
    font-size: 13px;
    color: #6B7280;
    margin-top: 2px;
}

.pc-complete-question {
    font-size: 16px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 16px;
}

.pc-feedback-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
}

.pc-feedback-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border: 2px solid #E5E7EB;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fff;
}

.pc-feedback-option:hover {
    border-color: #C4B5FD;
    background: #FAF5FF;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(124,58,237,0.08);
}

.pc-feedback-option.selected {
    border-color: #7C3AED;
    background: #F5F3FF;
    box-shadow: 0 0 0 3px rgba(124,58,237,0.15);
    transform: scale(0.98);
}

.pc-feedback-option.selected .pc-feedback-emoji {
    animation: emojiPop 0.3s ease-out;
}

@keyframes emojiPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.pc-feedback-emoji {
    font-size: 32px;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc-feedback-info {
    text-align: left;
}

.pc-feedback-label {
    font-size: 15px;
    font-weight: 700;
    color: #1F2937;
}

.pc-feedback-desc {
    font-size: 13px;
    color: #6B7280;
    margin-top: 2px;
}