  .mobile-shadow {
                box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            }

            input[type=date] {
                display: none;
            }
        /* MOBILE FORM ONLY */
        .smoobu-form-mobile {
            background: #f7ede3;
            padding: 20px;
            border-radius: 0;
            box-sizing: border-box;
            width: 100%;
            max-width: 400px;
            margin: 0 auto;
            font-family: 'Syne', sans-serif !important;
        }
        .smoobu-mobile-card-row {
            display: flex;
            gap: 10px;
            margin-bottom: 18px;
            justify-content: center;
        }
        .smoobu-mobile-card {
            background: #f7ede3;
            box-shadow: 0 2px 8px rgba(0,0,0,0.2);
            border-radius: 5px;
            min-width: 120px;
            min-height: 80px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            border: none;
            position: relative;
        }
        .smoobu-mobile-card-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            font-size: 12px;
            font-weight: 500;
            color: #264D2C;
            border-bottom: 1px solid black;
            padding: 7px;
        }
        .smoobu-mobile-card-content {
            width: 100%;
            cursor: pointer;
            text-align: left;
            font-size: 1.5em;
            color: #042806;
            font-weight: 700;
            min-height: 40px;
        }
        .smoobu-mobile-date {
            font-size: 16px;
            line-height: 17px;
            text-align: center;
            color: #042806;
            font-weight: 700;
            display: block;
            padding: 14px 0;
            user-select: none;
        }
        .smoobu-mobile-card-label {
            font-size: 13px;
            color: #264D2C;
            font-weight: 500;
            padding-left: 6px;
        }
       .smoobu-mobile-card-controls {
            display: flex;
            align-items: center;
            gap: 6px;
            width: 67px;
            font-size: 13px;
            justify-content: space-between;
        }

        .smoobu-mobile-btn {
            width: 21px;
            height: 21px;
            border-radius: 50%;
            border: 1px solid #12789a;
            color: #264D2C;
            font-size: 1.7em;
            font-weight: 500;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            outline: none;
            transition: background 0.2s;
        }

        .smoobu-mobile-btn:focus, .smoobu-mobile-btn:active, .smoobu-mobile-btn:hover {
            background: transparent;
            color: #264D2C;
        }
        .smoobu-mobile-search-btn {
    background: #F1D1B9;
    color: #264D2C;
    border: none;
    border-radius: 8px; 
    width: 90%;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: block;
    margin-top: 40px;
    /* padding: 16px 0; */
    position: absolute;
    bottom: 20px;
    /* margin: 0 auto; */
    left: 50%;
    transform: translateX(-50%);
}
