.feynlab-commerce-no-access-message {
    padding: 15px 0;
    margin: 15px 0;
}

.feynlab-commerce-no-access-message p {
    margin: 0 0 15px 0;
    color: #666;
    font-size: 14px;
}

.feynlab-commerce-no-access-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.feynlab-commerce-btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    line-height: 1.4;
    font-family: inherit;
}

.feynlab-commerce-btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.feynlab-commerce-btn:active {
    transform: translateY(0);
}

.feynlab-commerce-btn-primary {
    background-color: #306ED6 !important;
    color: #ffffff !important;
    border: 2px solid #306ED6 !important;
}

.feynlab-commerce-btn-primary:hover {
    background-color: #2559b3 !important;
    border-color: #2559b3 !important;
    color: #ffffff !important;
}

.feynlab-commerce-btn-secondary {
    background-color: #306ED6 !important;
    color: #ffffff !important;
    border: 2px solid #306ED6 !important;
}

.feynlab-commerce-btn-secondary:hover {
    background-color: #2559b3 !important;
    border-color: #2559b3 !important;
    color: #ffffff !important;
}

#feynlab-commerce-switch-back-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #1d2327;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 999999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    max-width: 320px;
}

.feynlab-commerce-switch-back-info {
    margin-bottom: 8px;
    color: #ccc;
}

.feynlab-commerce-switch-back-info strong {
    color: #fff;
}

.feynlab-commerce-switch-back-btn {
    display: inline-block;
    background: #d54e21;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 13px;
    transition: background-color 0.2s;
}

.feynlab-commerce-switch-back-btn:hover {
    background: #b8461d;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 600px) {
    .feynlab-commerce-no-access-buttons {
        flex-direction: column;
    }

    #feynlab-commerce-switch-back-float {
        bottom: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
}
