
/* Root Wrapper */
.jl2024-root-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.jl2222-container-responsive { /* used in grade11 where there are no subjects */
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    overflow: hidden;
    color: #2d3748;
    line-height: 1.6;
    padding: 20px; /* Default padding for all devices */
}

/* Mobile-specific padding (for screens smaller than 768px) */
@media (max-width: 767px) {
    .jl2222-container-responsive {
        padding: 10px; /* Slightly smaller padding on mobile */
    }
}

/* Container */
.jl2024-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    overflow: hidden;
    color: #2d3748;
    line-height: 1.6;
}

/* Main Job Card */
.jl2024-card {
    display: flex;
    min-height: 400px;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.jl2024-image-wrapper {
    width: 40%;
    position: relative;
    background: #2d3748;
    border-radius: 12px 0 0 0;
    overflow: hidden;
}

.jl2024-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.jl2024-main-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 24px 30px;
}

.jl2024-title {
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2d3748;
}

.jl2024-brief {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
}

.jl2024-salary {
    background: #ff5a5f;
    padding: 16px;
    color: white;
    margin: 0 -30px;
	font-size: 16px;
}

.jl2024-salary-label {
    font-size: 14px;
    opacity: 0.9;
}

.jl2024-salary-value {
    font-size: 16px;
    font-weight: 600;
}

.jl2024-description {
    padding: 20px 0;
    font-size: 16px;
    color: #4a5568;
    flex-grow: 1;
}

/* Buttons */
.jl2024-actions {
    display: flex;
    gap: 12px;
}

.jl2024-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.2s;
}

.jl2024-btn-info {
    background: #4a90e2;
    color: white;
}

.jl2024-video-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.jl2024-video-btn-inner {
	color: #fff;
	font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #4F46E5;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

/* Box Container */
.jl2024-box {
    padding: 30px;
    background: white;
    border-radius: 8px;
}

/* Section Titles */
.jl2024-section-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #2d3748;
}

/* Subject Requirements - Dynamic Content Override */
.jl2024-subjects-content.response-content {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #4a5568 !important;
}

.jl2024-subjects-content.response-content br {
    display: none !important;
}

.jl2024-subjects-content.response-content > div:first-of-type {
    margin-bottom: 30px !important;
}

.jl2024-subjects-content .bold {
    display: block !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 20px 0 16px 0 !important;
    color: #2d3748 !important;
}

.jl2024-subjects-content ol {
    margin: 0 0 16px 0 !important;
    padding-left: 20px !important;
}

.jl2024-subjects-content ol + p {
    color: #4a5568 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

.jl2024-description {
    font-size: 16px;
    line-height: 1.4;
    color: #4a5568;
    margin-bottom: 12px;
}

/* Reasoning Grid */
.jl2024-reasoning-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.jl2024-reasoning-item {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: white;
}

.jl2024-verbal {
    border-top: 4px solid #3b82f6;
}

.jl2024-numerical {
    border-top: 4px solid #10b981;
}

.jl2024-nonverbal {
    border-top: 4px solid #8b5cf6;
}

.jl2024-reasoning-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2d3748;
}

.jl2024-reasoning-desc {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Personality Section */
.jl2024-personality-intro {
    margin: 0 0 20px 0;
    color: #4a5568;
    font-size: 16px;
    line-height: 1.6;
}

.jl2024-personality-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.jl2024-personality-card {
    padding: 30px;
    border-radius: 8px;
    color: white;
}

.jl2024-personality-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 968px) {
    .jl2024-card {
        flex-direction: column;
    }

    .jl2024-image-wrapper {
        width: 100%;
        height: 300px;
    }

    .jl2024-main-content {
        width: 100%;
    }

    .jl2024-reasoning-grid {
        grid-template-columns: 1fr;
    }

    .jl2024-personality-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .jl2024-main-content {
        padding: 20px;
    }
    
    .jl2024-actions {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        justify-content: flex-start;
        width: 100%;
    }
    
    .video-link,
    .iframe-link,
    .jobinfo-link,
    .question-btn,
    .field-nav-orange {
        margin: 0 !important;
        flex: 0 0 auto !important;
    }
    
    .jl2024-btn {
        width: auto;
    }
    
    .jl2024-salary {
        margin: 0 -20px;
        padding: 16px 20px;
    }
}

/* Video Link Button */
.video-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 24px !important;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
    color: white !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 32px !important;
}

.video-link:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: 0.5s !important;
}

.video-link:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4) !important;
    color: white !important;
}

.video-link:hover:before {
    left: 100% !important;
}

.video-link i {
    font-size: 1.2em;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/* Video Modal Styles */
.video-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.video-modal.active {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.video-container {
    position: relative;
    width: 95%;
    height: 95vh;
    max-width: none;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; 
    left: 0; 
    right: 0; 
}

.video-container iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    background: black;
    object-fit: contain;
}

@media (min-aspect-ratio: 16/9) {
    .video-container {
        width: calc(95vh * 16/9);
        height: 95vh;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-container {
        width: 95vw;
        height: calc(95vw * 9/16);
    }
}

.close-video {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
    background: none;
    border: none;
    padding: 10px;
    transition: transform 0.2s;
}

.close-video:hover {
    transform: scale(1.1);
}

/* Responsive adjustments for video modal */
@media (max-width: 768px) {
    .video-container {
        width: 95%;
    }
    
    .close-video {
        top: 10px;
        right: 10px;
        font-size: 24px;
    }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spinner-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000 !important;  /* Much higher than everything */
}

.spinner-logo {
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
}

/* Mobile specific adjustments */
@media screen and (max-width: 768px) {
    .spinner-overlay {
        z-index: 10001;
    }
    .spinner-logo {
        width: 80px;
        height: 80px;
    }
}

/* Add these styles to your existing CSS */

/* Iframe Link Button - matching video-link style */
.iframe-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #FF6B6B 0%, #EE5253 100%);
    color: white;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(238, 82, 83, 0.3);
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.iframe-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: 0.5s;
}

.iframe-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(238, 82, 83, 0.4);
    color: white;
}

.iframe-link:hover:before {
    left: 100%;
}

.iframe-link i {
    font-size: 1.2em;
    animation: pulse 2s infinite;
}

/* Iframe Container Styles */
.iframe-container {
    position: relative;
    width: 90%;
    max-width: 800px;
    margin: 40px auto;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.close-iframe {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
    background: none;
    border: none;
    padding: 10px;
    transition: transform 0.2s;
}

.close-iframe:hover {
    transform: scale(1.1);
}

/* Responsive adjustments for iframe modal */
@media (max-width: 768px) {
    .iframe-container {
        width: 95%;
        margin: 20px auto;
    }
    
    .close-iframe {
        top: 10px;
        right: 10px;
        font-size: 24px;
    }
}

/* More Information Button - matching video-link style */
.question-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #4F46E5 0%, #3730A3 100%); /* Different color but same style */
    color: white;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.3);
    position: relative;
    overflow: hidden;
}

.question-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: 0.5s;
}

.question-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);
    color: white;
}

.question-btn:hover:before {
    left: 100%;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .question-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .question-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* More Info Button - similar to video-link but different color */
a.jobinfo-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 24px !important;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%) !important;
    color: white !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(16, 185, 129, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 32px !important;
}

a.jobinfo-link:before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    ) !important;
    transition: 0.5s !important;
}

a.jobinfo-link:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4) !important;
    color: white !important;
}

a.jobinfo-link:hover:before {
    left: 100% !important;
}

a.jobinfo-link i {
    font-size: 1.2em !important;
    animation: pulse 2s infinite !important;
}

/* Keep existing media queries */
@media (max-width: 768px) {
    a.jobinfo-link {
        padding: 10px 20px !important;
    }
}

/* Sticky Back Button */
.sticky-back {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    background: linear-gradient(135deg, #BD1F28 0%, #9A1921 100%) !important;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.3);
    transition: all 0.3s ease;
    border: none;
}

.sticky-back:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);
}

.sticky-back i {
    font-size: 20px;
}

@media (max-width: 768px) {
    .sticky-back {
        top: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
    }
    
    .sticky-back i {
        font-size: 16px;
    }
}

.field-nav-orange {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 24px !important;
    background: linear-gradient(135deg, #FF8C42 0%, #FF6B2C 100%) !important;
    color: white !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 16px rgba(255, 140, 66, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    margin-bottom: 32px !important;
}

/* Notification Box Container */
.jl2024-notification-container {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5253 100%);
    border-radius: 16px;
    padding: 2px;
    margin: 32px auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(238, 82, 83, 0.2);
    max-width: 600px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Inner Content Container */
.jl2024-notification-inner {
    background: rgba(255, 255, 255, 0.98);
    border-radius: 14px;
    padding: 24px;
    position: relative;
    z-index: 1;
}

/* Selection Counter with Icon */
.jl2024-selection-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 24px !important;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    margin-bottom: 12px;
}

/* Font Awesome Icon Styling */
.jl2024-alert-icon {
    font-size: 28px !important;
    color: #ee5253 !important;
    filter: drop-shadow(0 2px 4px rgba(238, 82, 83, 0.3));
    animation: jl2024-pulse 2s infinite;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

/* Note Text */
.jl2024-selection-note {
    font-size: 14px;
    color: #4a5568;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.6;
}

/* Warning Text */
.jl2024-selection-warning {
    font-size: 16px;
    font-weight: 500;
    color: #ee5253;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

/* Animated Background Effect */
.jl2024-notification-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transform: rotate(45deg);
    animation: jl2024-shine 3s infinite;
    pointer-events: none;
}

/* Animation Keyframes */
@keyframes jl2024-shine {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

@keyframes jl2024-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Hover Effect */
.jl2024-notification-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(238, 82, 83, 0.25);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .jl2024-notification-container {
        margin: 20px auto;
    }
    
    .jl2024-notification-inner {
        padding: 20px;
    }
    
    .jl2024-selection-counter {
        font-size: 20px !important;
    }

    .jl2024-alert-icon {
        font-size: 24px !important;
    }
}

/* View Selections Button Enhancement */
.jl2024-notification-inner .video-link {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.jl2024-notification-inner .video-link i {
    margin-right: 8px;
}

.jl2024-interests-card {
    background: linear-gradient(to bottom, #ffffff, #fff7ed);
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #f97316;
    position: relative !important;
    z-index: 1 !important; 
    margin: 1rem 0 !important;
    display: block !important;
    float: none !important;
    clear: both !important;
}

.jl2024-interests-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative !important;
    z-index: 1 !important;
    float: none !important;
    clear: both !important;
}
  
  .jl2024-interests-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .jl2024-interests-title-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  
  .jl2024-interests-icon-container {
    background-color: #f97316;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  
  .jl2024-interests-icon {
    height: 1.5rem;
    width: 1.5rem;
    color: white;
  }
  
  .jl2024-interests-title {
    font-size: 1.875rem;
    font-weight: 700;
    background: linear-gradient(to right, #ea580c, #db2777);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  
  .jl2024-interests-subtitle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
    color: #4b5563;
    font-size: 0.875rem;
  }
  
  .jl2024-interests-pulse {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #4ade80;
    border-radius: 9999px;
    animation: pulse 2s infinite;
  }
  
  .jl2024-interests-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #ffedd5;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    color: #ea580c;
    font-weight: 500;
  }
  
  .jl2024-interests-badge-icon {
    height: 1rem;
    width: 1rem;
  }
  
  .jl2024-interests-question {
    padding-left: 1rem;
    border-left: 2px solid #fed7aa;
  }
  
  .jl2024-interests-question p {
    font-size: 1.125rem;
    color: #1f2937;
    font-weight: 500;
  }
  
  .jl2024-interests-question span {
    color: #ea580c;
  }
  
  .jl2024-interests-info-box {
    background-color: white;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #fed7aa;
  }
  
  .jl2024-interests-info-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .jl2024-interests-info-text {
    color: #1f2937;
    font-weight: 500;
  }
  
  .jl2024-interests-info-text span {
    font-weight: 700;
    color: #ea580c;
  }
  
  .jl2024-interests-info-subtext {
    color: #4b5563;
    margin-top: 0.25rem;
  }
  
  .jl2024-interests-arrow {
    height: 1.5rem;
    width: 1.5rem;
    color: #fb923c;
    flex-shrink: 0;
  }
  
  .jl2024-interests-status {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #fed7aa;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .jl2024-interests-status-dot {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #9ca3af;
    border-radius: 9999px;
  }
  
  .jl2024-interests-status-text {
    color: #6b7280;
    font-size: 0.875rem;
  }
  
  @keyframes pulse {
    0% {
      opacity: 1;
    }
    50% {
      opacity: .5;
    }
    100% {
      opacity: 1;
    }
  }

/* Main Card */
.jl2024-interests-job-card {
    background: linear-gradient(to bottom, #ffffff, #eef2ff);
    border-left: 4px solid #4f46e5;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: 2rem;
}

/* Selected State */
.jl2024-interests-job-card[data-selected="true"] {
    background: linear-gradient(to bottom, #ffffff, #f0fdf4);
    border-left-color: #059669;
}

/* Content Layout */
.jl2024-interests-job-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Header Section */
.jl2024-interests-job-header {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

/* Icons */
.jl2024-interests-job-icon-unselected,
.jl2024-interests-job-icon-selected {
    padding: 0.75rem;
    border-radius: 0.5rem;
}

.jl2024-interests-job-icon-unselected {
    background-color: #4f46e5;
}

.jl2024-interests-job-icon-selected {
    background-color: #059669;
}

.jl2024-interests-job-icon-unselected svg,
.jl2024-interests-job-icon-selected svg {
    width: 1.5rem;
    height: 1.5rem;
    color: white;
}

/* Title Section */
.jl2024-interests-job-title-group {
    flex: 1;
}

.jl2024-interests-job-title-unselected,
.jl2024-interests-job-title-selected {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.jl2024-interests-job-title-unselected {
    color: #4f46e5;
}

.jl2024-interests-job-title-selected {
    color: #059669;
}

/* Subtitle and Status */
.jl2024-interests-job-subtitle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.jl2024-interests-job-pulse {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    animation: pulse 2s infinite;
}

.jl2024-interests-job-card[data-selected="false"] .jl2024-interests-job-pulse {
    background-color: #4f46e5;
}

.jl2024-interests-job-card[data-selected="true"] .jl2024-interests-job-pulse {
    background-color: #059669;
}

.jl2024-interests-job-status-unselected,
.jl2024-interests-job-status-selected {
    font-size: 0.875rem;
}

.jl2024-interests-job-status-unselected {
    color: #4f46e5;
}

.jl2024-interests-job-status-selected {
    color: #059669;
}

/* Question Section */
.jl2024-interests-job-question {
    padding-left: 1rem;
    border-left: 2px solid #e2e8f0;
}

.jl2024-interests-job-highlight {
    font-weight: 600;
}

/* Info Box */
.jl2024-interests-job-info-box {
    background-color: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e2e8f0;
}

.jl2024-interests-job-info-unselected,
.jl2024-interests-job-info-selected {
    color: #6b7280;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

/* Buttons */
.jl2024-interests-job-button-unselected,
.jl2024-interests-job-button-selected {
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.jl2024-interests-job-button-unselected {
    background-color: #4f46e5;
    color: white;
}

.jl2024-interests-job-button-unselected:hover {
    background-color: #4338ca;
}

.jl2024-interests-job-button-selected {
    background-color: #dc2626;
    color: white;
}

.jl2024-interests-job-button-selected:hover {
    background-color: #b91c1c;
}

/* Hide/Show Elements Based on State */
.jl2024-interests-job-card[data-selected="false"] .jl2024-interests-job-icon-selected,
.jl2024-interests-job-card[data-selected="false"] .jl2024-interests-job-title-selected,
.jl2024-interests-job-card[data-selected="false"] .jl2024-interests-job-status-selected,
.jl2024-interests-job-card[data-selected="false"] .jl2024-interests-job-question-selected,
.jl2024-interests-job-card[data-selected="false"] .jl2024-interests-job-subtext-selected,
.jl2024-interests-job-card[data-selected="false"] .jl2024-interests-job-info-selected,
.jl2024-interests-job-card[data-selected="false"] .jl2024-interests-job-button-selected {
    display: none;
}

.jl2024-interests-job-card[data-selected="true"] .jl2024-interests-job-icon-unselected,
.jl2024-interests-job-card[data-selected="true"] .jl2024-interests-job-title-unselected,
.jl2024-interests-job-card[data-selected="true"] .jl2024-interests-job-status-unselected,
.jl2024-interests-job-card[data-selected="true"] .jl2024-interests-job-question-unselected,
.jl2024-interests-job-card[data-selected="true"] .jl2024-interests-job-subtext-unselected,
.jl2024-interests-job-card[data-selected="true"] .jl2024-interests-job-info-unselected,
.jl2024-interests-job-card[data-selected="true"] .jl2024-interests-job-button-unselected {
    display: none;
}

/* Animation */
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: .5; }
    100% { opacity: 1; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .jl2024-interests-job-card {
        padding: 1.5rem;
    }

    .jl2024-interests-job-header {
        flex-direction: column;
        gap: 1rem;
    }

    .jl2024-interests-job-title-unselected,
    .jl2024-interests-job-title-selected {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .jl2024-interests-job-card {
        padding: 1rem;
    }

    .jl2024-interests-job-info-box {
        padding: 1rem;
    }

    .jl2024-interests-job-button-unselected,
    .jl2024-interests-job-button-selected {
        width: 100%;
        padding: 0.75rem;
        font-size: 0.875rem;
    }
}

