/* Armstrong Functions Plugin Styles */

/* Button */ 
.armstrong-floating-review-btn, .armstrong-button{
    background: #000074;
    color: #fff;
    
    font-family: 'Poppins', sans-serif !important;
    border-radius: 999px;
    
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, box-shadow 0.2s;
    border: 2px solid #fff;
}

.armstrong-floating-review-btn {
    position: fixed;
    left: 20px;
    bottom: 2%;
    z-index: 9999;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
}

.armstrong-button {
    padding: 15px 25px;
    font-weight: 600;
    font-size: 1rem;
}
.armstrong-floating-review-btn:hover, .armstrong-button:hover {
    background: #10b6ea;
    color: #fff;
}
.armstrong-floating-review-btn svg{
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

@media only screen and (max-width: 475px){
    .armstrong-floating-review-btn{
        left: 3%;
        padding: 5px 8px;
        font-size: 12px;
    }
    .same-day-plumbing-repair > div.et_pb_column {
	display: flex;
	flex-direction: column;
	
     }
    .armstrong-global-booking {
	display: flex ;
	justify-content: center;
     }
}

/* Global Button Repeatable Divi Block */ 
.armstrong-global-booking p {
    font-size: 1rem; 
    margin: .5rem 0 .25rem 2rem;
    font-weight: 600;
}
.armstrong-global-booking a:hover {
    text-decoration: underline;
    cursor: pointer;
}