.card {
    height: 100%;
}

.message.is-dark .message-body {
    font-size: 16px;
    color: #363636;
}

.testing-criteria-list li {
    list-style-type: none;
}

.check-item {
    padding: 0.5rem 1rem;
    border-left: 4px solid #ff9800;
    margin-bottom: 8px;
    background: rgb(248, 248, 248);
    border-radius: 6px;
    transition: background 0.3s ease;
    flex-wrap: wrap;
}

.check-item:hover {
    background: rgb(238, 238, 238);
}

#test-case-table thead {
    background-color: #f3f3f3;
}

#test-case-table th {
    padding: 15px 10px;
    vertical-align: middle;
}

#test-case-table td {
    padding: 15px 10px;
    font-size: 1rem;
    vertical-align: middle;
}

#checklist-status-cards .status-card {
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

#checklist-status-cards .status-icon {
    margin-right: 1rem;
    font-size: 2rem;
    opacity: 0.9;
    display: flex;
    align-items: center;
}

#checklist-status-cards .status-title {
    margin-bottom: 0.25rem;
}

#checklist-status-cards .status-text {
    font-size: 0.95rem;
    opacity: 0.9;
}

#status-passed .status-icon i, #test-case-table .is-success {
    color: #3ec46d;
}

#status-failed .status-icon i, #test-case-table .is-danger {
    color: #e54d4d;
}

#status-blocked .status-icon i {
    color: #ff9800;
}

#status-skipped .status-icon i {
    color: #3273dc;
}
