/**
 * Gyta BuyBack - Admin Styles
 *
 * Extracted from inline <style> blocks in v2.0.0.
 *
 * @package GytaBuyBack
 * @since 2.0.0
 */

/* Dashboard page */
.logoBackground {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 300px;
    height: 300px;
}

.gytah1label {
    padding-left: 45px;
    background-size: 36px auto;
    background-repeat: no-repeat;
}

/* ── Batch Labels Freemium Upgrade ── */
.wcpti-batch-upgrade-wrap {
    position: relative;
    margin-top: 15px;
}

.wcpti-batch-upgrade-overlay {
    position: relative;
}

.wcpti-batch-upgrade-overlay .wcpti-batch-preview {
    opacity: 0.35;
    pointer-events: none;
    filter: grayscale(0.6);
}

.wcpti-batch-upgrade-cta {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left: 4px solid #2271b1;
    padding: 20px 24px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.wcpti-batch-upgrade-cta .dashicons {
    font-size: 32px;
    width: 32px;
    height: 32px;
    color: #2271b1;
}

.wcpti-batch-upgrade-cta h3 {
    margin: 0 0 4px;
    font-size: 15px;
}

.wcpti-batch-upgrade-cta p {
    margin: 0 0 10px;
    color: #646970;
}

.wcpti-batch-upgrade-cta .button-primary {
    margin-top: 4px;
}