.ywl-tracker, .ywl-checker {
    max-width: 720px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #e3dff7;
    background: #fbf9ff;
}

.ywl-tracker-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.ywl-privacy-note {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.ywl-tracker-form label,
.ywl-checker-form .ywl-checker-question {
    display: block;
    margin-bottom: 12px;
}

.ywl-tracker-form input[type="date"],
.ywl-tracker-form input[type="number"],
.ywl-tracker-form select,
.ywl-tracker-form textarea {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border-radius: 6px;
    border: 1px solid #d3c9f2;
    font-size: 14px;
}

.ywl-btn {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    background: #7b4bff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.ywl-btn:hover {
    background: #5f35d6;
}

.ywl-history {
    margin-top: 20px;
}

.ywl-history-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.ywl-history-table th,
.ywl-history-table td {
    border: 1px solid #e3dff7;
    padding: 6px 8px;
    text-align: left;
}

.ywl-checker-question p {
    font-weight: 500;
}

.ywl-checker-options label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.ywl-checker-result {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #e3dff7;
    font-size: 14px;
}
