.product-specs-content {
    display: flex;
    flex-direction: column;

    p {
        margin-bottom: 6px;
    }
}

.out-of-stock {
    display: flex;
    gap: 0.5rem;
}

.spec-sheet-buttons {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    gap: 1rem;

    a {
        text-decoration: none;
        padding: 4px 8px;
        border: 1px solid black;
        border-radius: 6px;
        color: black;
    }
}
