.bc-rental-container {
    display: none; /* Oculto por padrão */
    border: 2px solid #003831;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.bc-title {
    font-weight: bold;
    color: #003831;
    margin-bottom: 15px;
    font-size: 16px;
}

.bc-fields {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.bc-field {
    flex: 1;
    min-width: 140px;
}

.bc-field label {
    display: block;
    font-size: 13px;
    color: #003831;
    font-weight: bold;
    margin-bottom: 6px;
}

.bc-field input {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 6px !important;
    height: 45px !important;
    font-size: 15px !important;
}

#bc_start {
    border: 1px solid #941619 !important;
}

#bc_end_view {
    border: 1px solid #ccc !important;
    background: #f7f7f7 !important;
    color: #555 !important;
}

.bc-status-msg {
    margin-top: 12px;
    font-size: 13px;
    color: #941619;
    font-weight: 700;
}
