.schema-guru-container {
    font-family: Arial, sans-serif;
}

.schema-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.schema-card h3 {
    font-size: 16px;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}

.schema-card h3 .dashicons {
    color: #007cba;
    margin-right: 5px;
    vertical-align: middle;
}

.schema-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.schema-field {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.schema-field.half {
    flex: 1 1 calc(50% - 10px);
}

.schema-field label {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
    color: #003b76 !important;
}

.schema-field input,
.schema-field select {
    padding: 8px 10px;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    font-size: 14px;
    max-width: 100%;
}

.schema-center {
    text-align: center !important;
    margin-top: 20px !important;
}

.button-hero {
    padding: 12px 25px;
    font-size: 15px;
    border-radius: 50px;
}

.submit.schema-center button {
    background: #003b76;
    border-radius: 22px;
}