/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Skills form */
.skills-notice-box {
    background: #f5f5ee;
    border-left: 4px solid #3b7fd4;
    padding: 14px 18px;
    margin-bottom: 28px;
    line-height: 1.6;
    font-size: 14px;
}

.skills-legend-grid {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.skills-legend-cell {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 6px;
    border-right: 1px solid #ccc;
    text-align: center;
}

.skills-legend-cell:last-child {
    border-right: none;
}

.skills-legend-cell .slc-num {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.1;
    display: block;
}

.skills-legend-cell .slc-label {
    font-size: 11px;
    color: #555;
    display: block;
    margin-top: 5px;
    line-height: 1.3;
}

.skills-radio-table {
    width: 100%;
    border-collapse: collapse;
}

.skills-radio-table thead th {
    text-align: center;
    padding: 8px 4px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #ccc;
}

.skills-radio-table thead th:first-child {
    text-align: left;
    font-size: 13px;
    color: #444;
}

.skills-radio-table tbody td {
    padding: 10px 4px;
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.skills-radio-table tbody td.radio-cell {
    text-align: center;
}

.skills-radio-table tbody td.radio-cell input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

@media (max-width: 480px) {
    .skills-legend-cell .slc-num { font-size: 16px; }
    .skills-legend-cell .slc-label { font-size: 10px; }
    .skills-radio-table thead th,
    .skills-radio-table tbody td { padding: 8px 2px; font-size: 12px; }
}