/*
Theme Name:   RCN Beyot Custom System
Description:  Dedykowany system wyceny nieruchomości z bazą transakcyjną RCN dla motywu G5 Beyot.
Author:       Kalkulator RCN
Template:     g5-beyot
Version:      1.0.0
*/

/* Twoje własne, odseparowane style wizualne dla formularza */
.rcn-main-container {
    background: #ffffff; 
    padding: 40px; 
    border-radius: 8px; 
    box-shadow: 0 4px 30px rgba(0,0,0,0.05); 
    border: 1px solid #f0f0f0;
    margin-top: 60px;
    margin-bottom: 60px;
}
.rcn-wynik-sukces {
    background: #e8f5e9;
    color: #1b5e20;
    border: 1px solid #c8e6c9;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
}
.rcn-wynik-blad {
    background: #ffebee;
    color: #b71c1c;
    border: 1px solid #ffcdd2;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
}