/*
Theme Name: South African Yarn Registry
Template: astra
Author: Child Theme Configurator
Version: 1.0.1771494972
Updated: 2026-02-19 09:56:12

*/

.shade-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.shade-table th {
    text-align: left;
    border-bottom: 2px solid #ddd;
    padding: 10px;
}

.shade-table td {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.registry-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.range-meta span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
}

.range-specs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 30px 0;
}

.spec-item {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 6px;
}

.spec-item .label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 5px;
}

.spec-item .value {
    font-size: 16px;
    font-weight: 600;
}

.care-image {
    margin-bottom: 30px;
}

.shade-list {
    margin-bottom: 40px;
}

.shade-row {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.shade-name {
    font-weight: 600;
}

.shade-meta {
    font-size: 14px;
    color: #555;
}

@media (min-width: 768px) {
    .range-specs {
        grid-template-columns: 1fr 1fr;
    }
}
