.st-font-converter {
    max-width: 900px;
    margin: 0 auto;
    font-family: Calibri, Arial, sans-serif;
}

.st-font-field {
    margin-bottom: 16px;
}

.st-font-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.st-font-input,
.st-font-output {
    box-sizing: border-box;
    width: 100%;
    min-height: 220px;
    padding: 12px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background: #fff;
    color: #222;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    resize: vertical;
}

.st-font-output[readonly] {
    background: #f8f8f8;
}

.st-font-counter {
    margin-top: 4px;
    color: #666;
    font-size: 13px;
    text-align: left;
}

.st-font-actions {
    margin: 16px 0;
    text-align: center;
}

.st-font-actions .button {
    min-width: 160px;
    font-family: Calibri, Arial, sans-serif;
}

.st-font-status {
    min-height: 24px;
    margin: 10px 0;
    text-align: center;
}

.st-font-status.is-error,
.st-font-error {
    color: #b42318;
}

.st-font-status.is-success {
    color: #067647;
}

.st-font-converter .cf-turnstile {
    display: flex;
    justify-content: center;
    margin: 16px 0;
}
