/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra
Author: Brainstorm Force
Author URI: https://brainstormforce.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/


.view-details {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.view-details{
    background-color: #fff;
    color: #DD183B;
    padding: 10px 14px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
	border: solid 1px #DD183B;
}

.view-details:hover{
    background-color: #DD183B;
    color: #fff !important;
    text-decoration: none;
}

.custom-booking-fields {
    margin-bottom: 20px;
}
.custom-booking-fields label {
    font-weight: bold;
}
.custom-booking-fields input {
    margin-top: 5px;
}
.custom-booking-fields input {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    margin-top: 5px;
}
.custom-booking-fields label {
    font-weight: 600;
}
.ms-social-separator span{
	text-align:center !important;
}
