/* ==========================================================================
   Contact Page
   ========================================================================== */
.jedi-opening-hours-table tr {
	border-bottom: 1px solid #111;
}

.jedi-opening-hours-table td {
    padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}

.jedi-opening-hours-table tr td:last-child {
	text-align: right;
	color: #666;
}

.jedi-opening-hours-table tr td:nth-child(2) {
    text-align: center;
}

.jedi-contact-us-form .wpforms-container .wpforms-field {
    padding: 8px 0;
}

.jedi-contact-us-form .wpforms-container .wpforms-form .wpforms-field-label {
    margin-bottom: 6px;
}

.jedi-contact-us-help-section a {
    color: #222;
}

.jedi-contact-us-customer-says {
    padding: 3px 0;
    display: inline-flex;
    column-gap: 15px;
}

.jedi-contact-us-customer-says .stars {
    display: flex;
    padding-top: 3px;
}

.jedi-contact-us-map-section {
    position: relative;
    width: 100%;
}

.jedi-contact-us-map-section .jedi-contact-us-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
    z-index: 2;
    transition: background 0.3s;
}

.jedi-contact-us-map-section .jedi-contact-us-map {
    width: 100%;
}

.jedi-contact-us-map-section .jedi-contact-us-map iframe {
    width: 100%;
}

/* ==========================================================================
   Contact Responsive
   ========================================================================== */

@media (max-width: 492px) {
    .jedi-contact-us-customer-says {
        flex-direction: column;
        width: 100%;
        row-gap: 10px;
    }

    .jedi-contact-us-customer-says .stars {
        justify-content: center;
    }

    .jedi-contact-us-customer-says .stars svg {
        width: 16px;
    }

    .jedi-contact-us-customer-says p {
        text-align: center;
    }
}