.buyterm-qf-wrap {
    max-width: 520px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.08);
    padding: 28px 26px;
    font-family: inherit;
}

.buyterm-qf-title {
    text-align: center;
    font-size: 22px;
    margin: 0 0 20px;
    color: #1a1a1a;
}

.buyterm-qf-sub {
    text-align: center;
    color: #555;
    margin-top: -8px;
    margin-bottom: 20px;
}

.buyterm-qf-row {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.buyterm-qf-row label {
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #222;
}

.buyterm-qf-row input,
.buyterm-qf-row select {
    padding: 10px 12px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
}

.buyterm-qf-dob-group {
    display: flex;
    gap: 8px;
}

.buyterm-qf-dob-group select {
    flex: 1;
}

.buyterm-qf-submit-row {
    margin-top: 10px;
}

.buyterm-qf-wrap button {
    width: 100%;
    padding: 13px;
    background: #ff6a00;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease;
}

.buyterm-qf-wrap button:hover {
    background: #e65f00;
}

.buyterm-qf-wrap button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.buyterm-qf-error {
    color: #c0392b;
    background: #fdecea;
    border: 1px solid #f5c6c3;
    padding: 10px 12px;
    border-radius: 6px;
    margin-top: 12px;
    font-size: 14px;
}

.buyterm-qf-result-card {
    border: 2px solid #ff6a00;
    border-radius: 10px;
    padding: 22px;
    text-align: center;
    margin-bottom: 18px;
}

.buyterm-qf-result-card .buyterm-qf-price {
    font-size: 34px;
    font-weight: 800;
    color: #ff6a00;
    margin: 6px 0;
}

.buyterm-qf-result-card .buyterm-qf-price span {
    font-size: 16px;
    color: #555;
    font-weight: 500;
}

.buyterm-qf-result-meta {
    color: #444;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.buyterm-qf-disclaimer {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 10px;
}

.buyterm-qf-success {
    text-align: center;
    padding: 20px 0;
}

.buyterm-qf-success h3 {
    color: #2e7d32;
}

/* --- Recent quotes widget --- */
.buyterm-qf-recent-wrap {
    max-width: 640px;
    margin: 0 auto;
    background: #fff8f2;
    border: 2px solid #ff6a00;
    border-radius: 12px;
    padding: 26px 24px;
    box-shadow: 0 3px 16px rgba(255,106,0,0.12);
}

.buyterm-qf-recent-title {
    text-align: center;
    font-size: 22px;
    margin: 0 0 4px;
    color: #1a1a1a;
}

.buyterm-qf-recent-sub {
    text-align: center;
    color: #666;
    margin: 0 0 20px;
    font-size: 14px;
}

.buyterm-qf-recent-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.buyterm-qf-recent-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid #f0d9c8;
    border-radius: 8px;
    padding: 12px 16px;
}

.buyterm-qf-recent-price {
    font-size: 22px;
    font-weight: 800;
    color: #ff6a00;
    min-width: 100px;
}

.buyterm-qf-recent-price span {
    font-size: 13px;
    font-weight: 500;
    color: #888;
}

.buyterm-qf-recent-details {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}
