.refined-form textarea {
    min-height: 150px;
    resize: vertical;
}

.tool-hero .refined-form {
    padding-bottom: 0;
}

.refined-grid-options label {
    min-width: 86px;
}

.refined-sentence-title-card {
    align-items: center;
}

.refined-sentence-title-card.option-card:has(> h3 + .option-row) > .refined-sentence-custom-field {
    display: none;
    flex: 0 0 100%;
    align-items: center;
    gap: 8px 12px;
    margin: 4px 0 0;
}

.refined-sentence-title-card.option-card:has(> h3 + .option-row) > .refined-sentence-custom-field.is-visible {
    display: flex;
}

.refined-sentence-custom-field label {
    margin: 0;
    flex: 0 0 auto;
}

.refined-sentence-custom-field input[type="text"] {
    flex: 1 1 220px;
    min-width: 0;
}

.refined-sample-section {
    margin-top: 0;
}

.refined-sample-section h3 {
    margin: 0 0 14px;
    color: #12328c;
    font-size: 24px;
}

.refined-sample-image {
    width: 100%;
    max-width: min(100%, 1040px);
    margin: 0 auto;
}

.refined-sample-image img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 760px) {
    .refined-sample-section {
        margin-top: 14px;
    }

    .refined-sample-section h3 {
        font-size: 20px;
    }
}
