/* Product detail page additional styles (supplements style.css) */

.datasheet-section {
    margin-top: 20px;
}

.datasheet-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background-color: #00a79d;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.2s;
}

.datasheet-btn:hover {
    background-color: #008f86;
}

.datasheet-unavailable {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.datasheet-unavailable a {
    color: #007bff;
    text-decoration: underline;
}
