.catalog-booking-btn {
    display: block;
    width: 100%;
    padding: 10px 15px;
    margin-top: 10px;
    background-color: #ffe0e0;
    color: #000000;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease;
}

.catalog-booking-btn:hover {
    background-color: #ffcccc;
}