.woma-options-wrap {
    font-family: sans-serif;
}

.woma-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.woma-settings-grid {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.woma-settings-left {
    flex: 1;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

.woma-settings-right {
    flex: 1;
}

.woma-settings-right {
    position: sticky;
    top: 80px;
    flex: 2;
}

.woma-preview-hint {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    font-style: italic;
}

.woma-field-group {
    margin-bottom: 15px;
}

.woma-template-options + .description {
    font-style: italic;
    color: #666;
    font-size: 0.9em;
}

.woma-label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.woma-template-thumbnail img {
    display: block;
    margin-bottom: 5px;
    border-radius: 4px;
    object-fit: contain;
    width: 100%;
    padding: 14px;
    background: #fff;
    box-sizing: border-box;
}

.woma-template-options {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.woma-template-option {
    text-align: center;
    display: inline-block;
}

.woma-template-thumbnail {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woma-template-meta {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.woma-settings-section {
    margin-top: 30px;
    padding-top: 25px;
}

.woma-settings-section:first-of-type {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
}

.woma-section-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: #23282d;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.woma-settings-section .description {
    margin-bottom: 15px;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20px;
}

.woma-settings-section .woma-field-group {
    margin-bottom: 20px;
}

.woma-settings-section .wm-field-group {
    margin-bottom: 20px;
}
