/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2025 | 22:32:58 */
.roc-use-item-btn {
    background: black !important;
    color: white;
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75em;
    cursor: pointer;
    transition: all 0.2s ease;
    color: white !important;
}

.roc-depleted-actions .roc-btn {
    font-size: 1.1em;
    padding: 15px 35px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    border: none;
    color: white;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
    margin-left: -5px;
}

.roc-specialty-icon {
    font-size: 3em;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 20px;
}