
.bm-cr-container {
    background: #f9bd21;
    color: #000;
    padding: 30px;
    border-radius: 12px;
    max-width: 700px;
    margin: auto;
    font-family: 'Poppins', sans-serif;
}

.bm-cr-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bm-cr-container label {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
}

.bm-cr-container textarea {
    width: 100%;
    height: 90px;
    margin-top: 8px;
    padding: 12px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
}

.bm-cr-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.bm-cr-buttons button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 18px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
}

.bm-cr-buttons button:hover {
    opacity: 0.85;
}

.bm-cr-footer {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}
