.sp-452bac22-widget {
    box-sizing: border-box;
    width: 100%;
}

.sp-452bac22-widget * {
    box-sizing: border-box;
}

.sp-452bac22-container {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin: 64px 0;
    align-items: flex-start;
}

.sp-452bac22-column {
    flex: 1 1 calc(50% - 16px);
    min-width: 300px;
}

/* Header styles */
.sp-452bac22-header-section {
    margin-bottom: 32px;
}

.sp-452bac22-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.sp-452bac22-heading {
    font-size: clamp(36px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px 0;
}

.sp-452bac22-description {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

/* Category pills */
.sp-452bac22-pills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sp-452bac22-pill {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 500;
    color: #263238;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    outline: none;
}

.sp-452bac22-pill:hover,
.sp-452bac22-pill.active {
    color: #FFFFFF !important;
}

/* Card details */
.sp-452bac22-card {
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    padding: 32px;
}

.sp-452bac22-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sp-452bac22-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sp-452bac22-label {
    font-size: 13px;
    font-weight: 600;
    color: #263238;
}

.sp-452bac22-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.sp-452bac22-input:focus {
    border-color: #2E7D32;
}

.sp-452bac22-textarea {
    resize: vertical;
    min-height: 100px;
}

.sp-452bac22-file-input {
    font-size: 14px;
}

.sp-452bac22-submit-btn {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sp-452bac22-submit-btn:hover {
    filter: brightness(0.9);
}

.sp-452bac22-submit-btn:active {
    transform: scale(0.99);
}

.sp-452bac22-helper-text {
    font-size: 11px;
    color: rgba(38, 50, 56, 0.5);
    text-align: center;
    margin: 8px 0 0 0;
}

/* Responsiveness */
@media (max-width: 1024px) {
    .sp-452bac22-container {
        flex-direction: column;
    }
    .sp-452bac22-column {
        flex: 1 1 100%;
        width: 100%;
    }
}
