.sticky-reservar-btn-68230a38 {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(1);
    background-color: #386D54;
    color: #ffffff;
    padding: 8px 8px; /* Reduced side padding */
    text-decoration: none;
    z-index: 9999;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    
    font-family: "Space Mono", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    letter-spacing: 2px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.sticky-reservar-btn-68230a38 .vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

.sticky-reservar-btn-68230a38 i {
    font-size: 14px;
    transition: transform 0.3s ease;
}


@media (max-width: 1024px) {
    .sticky-reservar-btn-68230a38 {
        display: none !important;
    }
}