/* Tool Access Checker styles */
#tac-buy-now {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    background-color: #7C5711;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}
#tac-buy-now:hover {
    background-color: #0E7C62;
    color: #fff;
}

/* Ensure buy button fits inside typical popup containers */
#tac-message p { margin: 0 0 8px 0; }
