.mft-rc-box {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin: 15px 0;
    border-radius: 8px;
    background: #fafafa;
}

.mft-rc-selects select {
    margin-right: 8px;
    margin-bottom: 8px;
    max-width: 220px;
}

.mft-rc-result {
    margin-top: 10px;
}

.mft-rc-note {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.mft-rc-alternatives {
    margin-top: 12px;
    padding: 10px;
    background: #fff4e5;
    border: 1px solid #f0c36d;
    border-radius: 6px;
    font-size: 13px;
}

.mft-rc-alternatives ul {
    margin: 5px 0 0;
    padding-left: 18px;
}

.mft-rc-alternatives a {
    text-decoration: underline;
}
