.hitech-meta-box-wrapper {
    display: flex;
    gap: 32px;
    margin: 32px 0;
}

.hitech-meta-box-column {
    flex: 1;
    background: #f7f9fb;
    border: 1px solid #dce3ea;
    padding: 24px;
    border-radius: 12px;
}

.hitech-meta-box-column h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
}

.hitech-meta-box-column p {
    margin: 6px 0;
}

.datasheet-link {
    margin-bottom: 16px;
}

.datasheet-link a {
    color: #c62828;
    text-decoration: none;
    font-weight: 600;
}

.datasheet-link a:hover {
    text-decoration: underline;
}

.datasheet-link i {
    margin-right: 6px;
}
