.meta-icon-svg {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: text-top;
}

.sidebar-icon-svg {
    display: inline-block;
    vertical-align: middle;
}

.sidebar-icon-svg[src*="calendar"] {
    width: 12px;
    height: 12px;
}

.sidebar-icon-svg[src*="globe"] {
    width: 16px;
    height: 16px;
}

.video-play-svg {
    width: 61.5px;
    height: 67.5px;
    display: block;
}

.missionary-detail-banner-card {
    display: flex;
    flex-direction: column;
    background-color: var(--card-bg, #FFFFFF);
    border: 1px solid var(--border-color, #E5E7EB);
    border-radius: 12px;
    overflow: hidden;
    margin: 40px 128px 12px;
    box-sizing: border-box;
}

.missionary-detail-banner-image-container {
    width: 100%;
    height: 320px;
    background-color: var(--border-color, #E5E7EB);
    overflow: hidden;
}

.missionary-detail-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.missionary-detail-banner-info {
    display: flex;
    flex-direction: column;
    padding: 24px 22px 36px;
    gap: 4px;
    box-sizing: border-box;
}

.missionary-detail-project-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: var(--text-color, #111827);
    margin: 0;
}

.missionary-detail-meta-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.missionary-detail-meta-row .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: var(--text-secondary, #6B7280);
}

.missionary-detail-meta-row .meta-item i {
    font-size: 12px;
}

.missionary-detail-meta-row .meta-divider {
    color: var(--text-secondary, #6B7280);
    font-size: 14px;
}

.missionary-detail-content-columns {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin: 20px 128px 48px;
    box-sizing: border-box;
}

.missionary-detail-left-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-width: 0;
}

.missionary-detail-right-col {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    flex-shrink: 0;
}

.missionary-detail-tabs-bar {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid var(--border-color, #E5E7EB);
    box-sizing: border-box;
    padding: 0 12px;
    height: 48px;
    align-items: center;
    width: 390px;
    max-width: 100%;
}

.missionary-detail-tabs-bar .tab-btn {
    background: transparent;
    border: none;
    padding: 0 12px;
    height: 48px;
    width: auto;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary, #6B7280);
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    box-sizing: border-box;
    outline: none;
    margin-bottom: -1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.missionary-detail-tabs-bar .tab-btn:hover {
    color: var(--text-color, #111827);
    background: transparent;
}

.missionary-detail-tabs-bar .tab-btn.active {
    color: #0EA5E9;
    background: transparent;
    border-bottom-color: #0EA5E9;
    box-shadow: none;
}

.missionary-detail-tab-panel {
    background-color: var(--card-bg, #FFFFFF);
    border: 1px solid var(--border-color, #E5E7EB);
    border-radius: 12px;
    padding: 0;
    box-sizing: border-box;
}

.missionary-detail-tab-content {
    padding: 16px;
    box-sizing: border-box;
}

.tab-section-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 44px;
}

.tab-section-block--media {
    gap: 18px;
}

.tab-section-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: var(--text-color, #111827);
    margin: 0;
}

.tab-section-paragraph {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: var(--text-secondary, #6B7280);
    margin: 0;
    line-height: 1.6;
    white-space: pre-wrap;
}

.journey-logistics-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
}

.journey-logistics-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.journey-logistics-label {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: var(--text-secondary, #6B7280);
}

.journey-logistics-value {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: var(--text-color, #111827);
}

.tab-section-list {
    margin: 0;
    padding-left: 20px;
    color: var(--text-secondary, #6B7280);
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}

.missionary-detail-video-thumbnail {
    position: relative;
    width: 100%;
    aspect-ratio: 780 / 319.71;
    border-radius: 6px;
    overflow: hidden;
    background-color: #000000;
}

.missionary-detail-video-thumbnail .video-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.missionary-detail-video-thumbnail .video-player-el {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #000000;
}

.missionary-detail-video-thumbnail .video-overlay-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.missionary-detail-video-thumbnail .btn-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 60px;
    cursor: pointer;
    transition: transform 0.2s ease;
    outline: none;
}

.missionary-detail-video-thumbnail .btn-video-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.missionary-detail-video-thumbnail .btn-video-play-icon {
    width: 60px;
    height: 60px;
    display: block;
}

.missionary-detail-video-thumbnail .video-title-label {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.missionary-detail-gallery {
    display: flex;
    align-items: stretch;
    gap: 16px;
    width: 100%;
}

.gallery-featured {
    width: 259px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--border-color, #E5E7EB);
}

.gallery-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
    flex: 1;
    min-width: 0;
    height: 274px;
}

.gallery-thumb-item {
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--border-color, #E5E7EB);
}

.gallery-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.missionary-detail-review-card {
    background-color: var(--bg-color, #F9FAFB);
    border-radius: 8px;
    padding: 12px;
}

.review-author-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.review-author-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.review-author-name {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color, #111827);
}

.review-badge {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    padding: 2px 8px;
    background-color: var(--border-color, #E5E7EB);
    color: #374151;
    border-radius: 12px;
    width: fit-content;
}

.review-quote-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: var(--text-color, #111827);
    margin: 12px 0 0 0;
}

.testimonial-textarea {
    width: 100%;
    min-height: 80px;
    padding: 10px 12px;
    border: 1px solid var(--border-color, #D1D5DB);
    border-radius: 6px;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: var(--text-color, #111827);
    background-color: var(--card-bg, #FFFFFF);
    resize: vertical;
    box-sizing: border-box;
}

.btn-testimonial-primary {
    height: 38px;
    padding: 0 16px;
    background-color: #0EA5E9;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-testimonial-primary:hover:not(:disabled) {
    background-color: #0284C7;
}

.btn-testimonial-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-testimonial-secondary {
    height: 38px;
    padding: 0 16px;
    background-color: var(--card-bg, #FFFFFF);
    color: var(--text-color, #374151);
    border: 1px solid var(--border-color, #D1D5DB);
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.btn-testimonial-secondary:hover:not(:disabled) {
    background-color: var(--bg-color, #F9FAFB);
}

.btn-testimonial-secondary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.sidebar-candidatura-card {
    background-color: var(--card-bg, #FFFFFF);
    border: 1px solid var(--border-color, #E5E7EB);
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-sizing: border-box;
}

.candidatura-info-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.sidebar-candidatura-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.candidatura-label {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: var(--text-secondary, #6B7280);
}

.spots-status-text {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color, #111827);
}

.sidebar-progress-bar-bg {
    width: 100%;
    height: 9px;
    background-color: var(--border-color, #E5E7EB);
    border-radius: 8px;
    overflow: hidden;
}

.sidebar-progress-bar-fill {
    height: 100%;
    background-color: #0EA5E9;
    border-radius: 8px;
}

.sidebar-deadline-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.deadline-title {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: var(--text-secondary, #6B7280);
}

.deadline-date {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color, #111827);
}

.sidebar-divider-line {
    border: 0;
    border-top: 1px solid var(--border-color, #E5E7EB);
    margin: 0;
}

.btn-quero-participar {
    width: 100%;
    height: 38px;
    background-color: #0EA5E9;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
    outline: none;
}

.btn-quero-participar:hover {
    background-color: #0284C7;
}

.sidebar-info-card {
    background-color: var(--dropdown-hover, #F3F4F6);
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-sizing: border-box;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--text-secondary, #6B7280);
}

.info-badge i {
    font-size: 12px;
}

.info-value {
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    color: var(--text-secondary, #6B7280);
    font-weight: 400;
}

@media (max-width: 1200px) {
    .missionary-detail-banner-card {
        margin: 20px 24px 12px;
    }

    .missionary-detail-content-columns {
        margin: 20px 24px 48px;
    }
}

@media (max-width: 768px) {
    .missionary-detail-banner-card {
        margin: 40px 16px 12px;
    }

    .missionary-detail-banner-image-container {
        height: 196px;
    }

    .missionary-detail-banner-info {
        padding: 24px 12px 36px;
    }

    .missionary-detail-content-columns {
        flex-direction: column-reverse;
        margin: 20px 16px 48px;
        gap: 22px;
    }

    .missionary-detail-right-col {
        width: 100%;
        gap: 22px;
    }

    .missionary-detail-left-col {
        width: 100%;
    }

    .missionary-detail-tabs-bar {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 4px;
    }

    .missionary-detail-tab-content {
        padding: 16px;
    }

    .missionary-detail-gallery {
        flex-direction: column;
        gap: 16px;
    }

    .gallery-featured {
        width: 100%;
        height: 274px;
    }

    .gallery-thumbs {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 12px;
        height: 274px;
    }
}

.detail-loading-state {
    padding: 100px 0;
}

.detail-error-state {
    padding: 100px 20px;
}

.video-metadata-probe {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.tab-section-block--no-border {
    border-bottom: none;
    padding-bottom: 0;
}

.review-avatar-initials {
    background: var(--border-color);
    display: grid;
    place-items: center;
    color: var(--text-color);
    font-weight: bold;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.testimonial-error-text {
    color: #DC2626;
    font-size: 14px;
    margin: 8px 0 0;
}

.testimonial-actions-row {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.member-list-wrapper {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.member-row-card {
    background: var(--bg-color);
    padding: 12px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
}

.review-badge-skill {
    background: #E0F2FE;
    color: #0369A1;
}

.faq-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.faq-question {
    color: var(--text-color);
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.faq-answer {
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.5;
    display: block;
}
