.lc-trial,
.lc-trial *,
.lc-trial *::before,
.lc-trial *::after {
    box-sizing: border-box;
}

.lc-trial {
    max-width: 700px !important;
    margin: 0 auto !important;
    font-family: Inter, system-ui, -apple-system, sans-serif !important;
    background: #0f0f0f !important;
    color: #e5e5e5 !important;
    line-height: 1.6 !important;
    padding: 20px !important;
}

.lc-trial p,
.lc-trial li {
    text-shadow: none !important;
}

.lc-trial .header {
    text-align: center !important;
    margin-bottom: 32px !important;
    padding-bottom: 24px !important;
    border-bottom: 1px solid #333;
}

.lc-trial .header h1 {
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #fff !important;
    font-family: Inter, system-ui, sans-serif !important;
}

.lc-trial .header .subtitle {
    font-size: 14px;
    color: #888;
    margin: 0;
}

.lc-trial .live-badge {
    display: inline-block !important;
    background: #b45309 !important;
    color: white !important;
    padding: 4px 12px !important;
    border-radius: 4px;
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 12px;
    animation: lc-pulse-badge 2s ease-in-out infinite;
}

@keyframes lc-pulse-badge {
    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

.lc-trial .section {
    margin-bottom: 28px;
}

.lc-trial .section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}

.lc-trial .victims-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

.lc-trial .victim-card {
    background: #1a1a1a;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #333;
}

.lc-trial .victim-name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
    color: #fff;
}

.lc-trial .victim-age {
    font-size: 12px;
    color: #888;
}

.lc-trial .timeline {
    position: relative;
    padding-left: 20px;
}

.lc-trial .timeline::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #333;
}

.lc-trial .timeline-item {
    position: relative;
    margin-bottom: 16px;
}

.lc-trial .timeline-item::before {
    content: '';
    position: absolute;
    left: -18px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #3b82f6;
    border: 2px solid #0f0f0f;
}

.lc-trial .timeline-date {
    font-size: 12px;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 2px;
}

.lc-trial .timeline-text {
    font-size: 13px;
    color: #ccc;
}

.lc-trial .two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.lc-trial .argument-box {
    background: #1a1a1a;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #333;
}

.lc-trial .argument-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lc-trial .argument-text {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
}

.lc-trial .status-bar {
    background: #1a1a1a;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #333;
    margin-bottom: 20px;
}

.lc-trial .status-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 12px;
}

.lc-trial .status-row:last-child {
    margin-bottom: 0;
}

.lc-trial .status-label {
    font-size: 12px;
    color: #888;
    white-space: nowrap;
}

.lc-trial .status-value {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: right;
}

.lc-trial .evidence-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lc-trial .evidence-list li {
    padding: 10px 0;
    border-bottom: 1px solid #333;
    font-size: 13px;
    color: #ccc;
}

.lc-trial .evidence-list li:last-child {
    border-bottom: none;
}

.lc-trial .evidence-list li::before {
    content: '\2192';
    margin-right: 8px;
    color: #3b82f6;
}

.lc-trial .highlight-box {
    background: #1e3a5f;
    padding: 16px;
    border-radius: 8px;
    border-left: 3px solid #3b82f6;
    margin: 16px 0;
}

.lc-trial .highlight-box p {
    font-size: 13px;
    font-style: italic;
    color: #bfdbfe;
    margin: 0;
}

.lc-trial table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

.lc-trial table th {
    text-align: left;
    padding: 10px 12px;
    color: #aaa;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lc-trial table td {
    padding: 10px 12px;
}

.lc-trial table tr {
    border-bottom: 1px solid #2a2a2a;
}

.lc-trial table thead tr {
    border-bottom: 2px solid #333;
}

.lc-trial p {
    margin: 0;
}

.lc-trial h3 {
    margin: 0;
}

.lc-trial ul {
    margin: 0;
}

@media (max-width: 600px) {
    .lc-trial {
        padding: 12px;
    }

    .lc-trial .header h1 {
        font-size: 22px;
    }

    .lc-trial .victims-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .lc-trial .two-column {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .lc-trial .status-row {
        flex-direction: column;
        gap: 2px;
    }

    .lc-trial .status-value {
        text-align: left;
    }

    .lc-trial table {
        font-size: 11px;
    }

    .lc-trial table th,
    .lc-trial table td {
        padding: 8px 6px;
    }
}
