.rmd-container {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    font-family: inherit;
}
.rmd-input-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.rmd-input-group label {
    font-weight: bold;
}
.rmd-dob-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    max-width: 300px;
}
.rmd-results {
    background: #fff;
    padding: 15px;
    border-left: 4px solid #0073aa;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.rmd-results p {
    margin: 0 0 10px;
}
.rmd-results p:last-child {
    margin: 0;
}