/**
 * Enterprise Smart Text Widget Styles
 *
 * @package PeeperFrog_User_Portal
 * @since 5.2.0
 */

.pfup-enterprise-smart-text {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.pfup-est-content {
    line-height: 1.6;
}

.pfup-est-content h1,
.pfup-est-content h2,
.pfup-est-content h3 {
    margin-top: 0;
    margin-bottom: 16px;
}

.pfup-est-content p {
    margin: 12px 0;
}

.pfup-est-loading {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-style: italic;
}

.pfup-est-error {
    margin: 20px 0;
}

.pfup-est-action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.pfup-est-action-btn:active {
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .pfup-est-action-btn {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}
