.focus-gabarito-wrap {
    margin: 20px 0;
    padding: 16px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.focus-gabarito-titulo {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.focus-gab-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    font-size: 11px;
    cursor: help;
    font-style: normal;
}

.focus-gabarito-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.focus-gab-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    font-weight: 500;
    transition: border-color 0.15s, box-shadow 0.15s, transform 0.1s;
    min-width: 72px;
}

.focus-gab-btn:hover {
    border-color: #aaa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transform: translateY(-1px);
    color: #111;
    text-decoration: none;
}

.focus-gab-btn:active {
    transform: translateY(0);
}

.focus-gab-btn svg {
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.focus-gab-btn span {
    font-size: 11px;
    color: #555;
    text-align: center;
    line-height: 1.2;
}

@media (max-width: 480px) {
    .focus-gab-btn {
        min-width: 60px;
        padding: 8px 10px;
    }
    .focus-gab-btn svg {
        width: 32px;
        height: 32px;
    }
}
