/* Buy on Allegro 插件样式 */

.boa-buy-on-allegro {
    background: linear-gradient(135deg, #ff5a00 0%, #ff8a00 100%);
    color: white;
}

.boa-buy-on-allegro a {
    color: white;
    text-decoration: none;
}

.boa-buy-on-allegro a:hover {
    text-decoration: underline;
}

.boa-buy-on-allegro-checkout {
    background: #f0f6ff;
    border: 2px solid #ff5a00;
    border-radius: 8px;
}

.boa-buy-on-allegro-checkout a.button {
    background: #ff5a00 !important;
    color: white !important;
    border: 0;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}

.boa-buy-on-allegro-checkout a.button:hover {
    background: #ff8a00 !important;
    color: white !important;
}
