.retractationrf-footer-link a {
    color: inherit;
    text-decoration: underline;
    font-size: 0.9em;
}

.retractationrf-intro {
    margin-bottom: 20px;
}

.retractationrf-history {
    margin-top: 30px;
}

.retractationrf-form .form-group {
    margin-bottom: 20px;
}

.retractationrf-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.retractationrf-form select.form-control,
.retractationrf-form textarea.form-control {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

.retractationrf-form select.form-control option {
    color: #333;
    background-color: #fff;
}

.retractationrf-form textarea.form-control {
    resize: vertical;
}

.retractationrf-form .btn-primary {
    padding: 10px 24px;
    font-size: 14px;
}

.retractationrf-history table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.retractationrf-history th,
.retractationrf-history td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: left;
    color: #333;
}

.retractationrf-history th {
    background-color: #f5f5f5;
}
