/* Coco Calin Booking - Frontend styles */

@keyframes ccb-spin { to { transform: rotate(360deg); } }

.ccb-room:hover { border-color: #5a7247 !important; box-shadow: 0 2px 12px rgba(60,50,30,.1) !important; }
.ccb-room:hover .ccb-select-btn { background: #5a7247 !important; color: #fff !important; }
#ccb-prev:hover, #ccb-next:hover { border-color: #5a7247 !important; color: #5a7247 !important; }
#ccb-continue:hover, #ccb-submit:hover { background: #6d8a56 !important; }

@media (max-width: 640px) {
    #ccb-wrap > div > div[style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; }
    #ccb-step-3 form > div[style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
}
