.elementor-2468 .elementor-element.elementor-element-e6ced94{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-c59bf7f *//* Custom Prefix: asg (Article Schema Generator) */
.asg-wrapper {
    padding: 00px 00px;
    background-color: #f0f2f5;
    display: flex;
    justify-content: center;
}

.asg-card {
    background: #ffffff;
    max-width: 1000px;
    width: 100%;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.asg-main-title {
    color: #1a202c; /* Clear dark heading */
    font-size: 24px;
    margin-bottom: 8px;
}

.asg-subtitle {
    color: #718096;
    margin-bottom: 30px;
}

.asg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.asg-label {
    display: block;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
    font-size: 14px;
}

.asg-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    margin-bottom: 20px;
    font-size: 14px;
}

.asg-textarea {
    width: 100%;
    height: 420px;
    background: #2d3748;
    color: #a0aec0;
    padding: 15px;
    border-radius: 8px;
    font-family: monospace;
    resize: none;
    border: none;
}

/* Button Styles */
.asg-btn-generate {
    background-color: #2b6cb0;
    color: white;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.asg-btn-generate:hover { background-color: #2c5282; }

.asg-btn-copy {
    background-color: #3182ce;
    color: white;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 0 0 8px 8px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -5px; /* Snap to textarea */
}

@media (max-width: 768px) {
    .asg-grid { grid-template-columns: 1fr; }
}/* End custom CSS */