.elementor-545 .elementor-element.elementor-element-a456ce1{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-34de98a *//* Enhanced Elementor Custom CSS for Subnet Practice Plugin */

/* Fix buttons in Elementor */
.elementor-widget .subnet-info-card p {
    font-size: 14px !important;
}
.elementor-widget .subnet-info-card h3 {
    font-size: 20px !important;
}

/* Button styling */
.elementor-widget .subnet-btn-primary,
.elementor-widget .subnet-btn-secondary,
.elementor-widget .subnet-btn-outline,
.elementor-widget .subnet-btn-info,
.elementor-widget .subnet-btn-formula {
    display: inline-block !important;
    padding: 12px 24px !important;
    margin: 5px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    text-align: center !important;
    cursor: pointer !important;
    border: none !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.elementor-widget .subnet-btn-primary {
    background: #3b82f6 !important;
    color: white !important;
}

.elementor-widget .subnet-btn-primary:hover {
    background: #2563eb !important;
}

.elementor-widget .subnet-btn-secondary {
    background: #6b7280 !important;
    color: white !important;
}

.elementor-widget .subnet-btn-secondary:hover {
    background: #4b5563 !important;
}

.elementor-widget .subnet-btn-outline {
    background: transparent !important;
    color: #3b82f6 !important;
    border: 1px solid #3b82f6 !important;
}

.elementor-widget .subnet-btn-outline:hover {
    background: #3b82f6 !important;
    color: white !important;
}

.elementor-widget .subnet-btn-info {
    background: #0ea5e9 !important;
    color: white !important;
}

.elementor-widget .subnet-btn-info:hover {
    background: #0284c7 !important;
}

.elementor-widget .subnet-btn-formula {
    background: #10b981 !important;
    color: white !important;
}

.elementor-widget .subnet-btn-formula:hover {
    background: #059669 !important;
}

/* Button container */
.elementor-widget .subnet-action-buttons {
    display: flex !important;
    gap: 10px !important;
    margin-top: 15px !important;
    flex-wrap: wrap !important;
}

/* Step and formula cards */
.elementor-widget .subnet-step-card,
.elementor-widget .subnet-formula-card {
    margin-top: 20px !important;
    padding: 15px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #f9fafb !important;
}

.elementor-widget .subnet-step-card h4,
.elementor-widget .subnet-formula-card h4 {
    margin-bottom: 10px !important;
    color: #1f2937 !important;
    font-size: 16px !important;
}

/* Compact formula content */
.elementor-widget .subnet-formula-card .formula-list {
    margin: 0 !important;
}

.elementor-widget .subnet-formula-card .formula-item {
    margin-bottom: 6px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    color: #374151 !important;
}

.elementor-widget .subnet-formula-card .formula-item strong {
    color: #1f2937 !important;
    font-weight: 600 !important;
}

/* Compact step list */
.elementor-widget .subnet-step-card ol {
    margin: 0 !important;
    padding-left: 20px !important;
}

.elementor-widget .subnet-step-card li {
    margin-bottom: 4px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
}

.elementor-widget .subnet-step-card li strong {
    color: #1f2937 !important;
    font-weight: 600 !important;
}

/* Hide verbose text if it appears */
.elementor-widget .subnet-step-card li br {
    display: none !important;
}

.elementor-widget .subnet-step-card {
    max-height: 200px !important;
    overflow-y: auto !important;
}

/* Compact feedback messages */
.elementor-widget .subnet-feedback-card {
    font-size: 12px !important;
    padding: 8px 12px !important;
    margin-top: 10px !important;
    border-radius: 4px !important;
    line-height: 1.3 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .elementor-widget .subnet-action-buttons {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .elementor-widget .subnet-btn-primary,
    .elementor-widget .subnet-btn-secondary,
    .elementor-widget .subnet-btn-outline,
    .elementor-widget .subnet-btn-info,
    .elementor-widget .subnet-btn-formula {
        width: 100% !important;
        margin: 5px 0 !important;
    }
}/* End custom CSS */