/**
 * Flavor Blog AI - frontend product widget overrides
 * (inline styles in widget HTML are baseline; this file is for theme overrides)
 */

.fbai-pw {
    margin: 24px 0;
}
.fbai-pw a:hover .fbai-pw-title,
.fbai-pw .fbai-pw-title a:hover {
    color: #2563eb !important;
}
.fbai-pw-button:hover {
    background: #1d4ed8 !important;
}

@media (max-width: 600px) {
    .fbai-pw-inner {
        flex-direction: column !important;
    }
    .fbai-pw-image {
        flex: 1 !important;
        min-height: 200px;
    }
}
