/* Direct contact and booking options */
.contact-direct-card {
    margin: 12px 0 20px;
    padding: 20px;
    background: #f8fbfe;
    border: 1px solid #d8e8f5;
    border-left: 4px solid #2083d5;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.contact-direct-message {
    margin: 0 0 16px;
    color: #525252;
    font-size: 15px;
    line-height: 1.55;
}

.contact-direct-actions {
    margin: 0 -5px;
    text-align: center;
}

.contact-direct-action {
    display: inline-block;
    width: 29%;
    min-width: 145px;
    margin: 5px;
    padding: 15px 8px 13px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.contact-direct-action:hover,
.contact-direct-action:focus {
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-1px);
}

.contact-direct-action i {
    display: block;
    margin-bottom: 8px;
    font-size: 30px;
}

.contact-direct-action span,
.contact-direct-action small {
    display: block;
}

.contact-direct-action span {
    font-size: 16px;
    font-weight: bold;
}

.contact-direct-action small {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.contact-direct-email {
    background: #2083d5;
}

.contact-direct-email:hover,
.contact-direct-email:focus {
    background: #176cae;
}

.contact-direct-whatsapp {
    background: #25a85a;
}

.contact-direct-whatsapp:hover,
.contact-direct-whatsapp:focus {
    background: #1d8748;
}

.contact-direct-viber {
    background: #7360a8;
}

.contact-direct-viber:hover,
.contact-direct-viber:focus {
    background: #5d4b91;
}

.contact-direct-phone {
    margin: 16px 0 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.contact-direct-phone i {
    margin-right: 6px;
    color: #2083d5;
}

.bookbox .contact-direct-card {
    padding: 14px;
}

.bookbox .contact-direct-action {
    display: block;
    width: auto;
    min-width: 0;
}

.bookbox .contact-direct-email small {
    display: none;
}

@media only screen and (max-width: 767px) {
    .contact-direct-card {
        padding: 16px;
    }

    .contact-direct-action {
        display: block;
        width: auto;
        min-width: 0;
    }
}
