/* ===== Patch Section ===== */

.section-patches {
    padding-top: 4rem;
}

.patch-container {
    max-width: 900px;
}

/* Header */

.patch-header {
    text-align: center;
    margin-bottom: 3rem;
}

.patch-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.patch-subtitle {
    font-size: 1.2rem;
    color: #666;
}

/* Create Box */

.patch-create-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 3rem;
    border: 1px solid #e0e0e0;
}

.patch-create-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

/* Patch Cards */

.patch-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border-left: 4px solid #ffc107;
}

.patch-card.patch-current {
    border-left-color: #4CAF50;
}

.patch-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.patch-version {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.patch-date {
    color: #999;
    font-size: 0.95rem;
    margin: 0;
}

/* Badge */

.patch-badge {
    background: #4CAF50;
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
}

/* Content */

.patch-content {
    color: #555;
    line-height: 1.8;
    font-size: 1.05rem;
}

.patch-content ul {
    padding-left: 1.2rem;
}

.patch-content li {
    margin-bottom: 0.5rem;
}

/* Empty State */

.patch-empty {
    text-align: center;
    padding: 3rem;
    color: #999;
    font-size: 1.2rem;
}
