.hc-altin-result {
    border-left-color: #b88900;
}

.hc-altin-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 14px;
}

.hc-altin-details div {
    padding: 10px;
    background: #fffaf0;
    border: 1px solid #ead9a6;
    border-radius: 6px;
}

.hc-altin-details span,
.hc-altin-details strong {
    display: block;
}

.hc-altin-details span {
    margin-bottom: 4px;
    color: #6f5a1d;
    font-size: 12px;
}

.hc-altin-details strong {
    color: #222;
    font-size: 14px;
}

.hc-altin-not {
    margin: 12px 0 0;
    color: #555;
    font-size: 13px;
    line-height: 1.45;
}

@media (max-width: 480px) {
    .hc-altin-details {
        grid-template-columns: 1fr;
    }
}
