.page-box {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-top: 20px;
}

.page-title {
    text-align: center;
    margin-bottom: 15px;
    color: #333;
    font-size: 26px;
}

.page-desc {
    text-align: center;
    margin-bottom: 25px;
    font-size: 14px;
    color: #555;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
}

.contact-form button {
    padding: 10px;
    background: #03a9f4;
    color: #fff;
    border: none;
    border-radius: 6px;
}

.contact-form button:hover {
    background: #0288d1;
}

.contact-info {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}

.rules-list {
    list-style: decimal inside;
    line-height: 1.8;
    color: #555;
}
