/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 04 2026 | 13:34:07 */
.gemrock-btn {
    display: block;
    text-align: center;
    margin-top: 12px;
    padding: 14px;
    background: #000;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.gemrock-btn:hover {
    background: #333;
}