/*
 * Inline Styles
 *
 * This file contains styles that were previously inline in HTML files.
 * They have been moved here to improve performance and maintainability.
 */

.body-style {
    --navbar-font-size: 14px;
}

.hidden-element {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.centered-text {
    text-align: center;
}

#google-map {
    margin-top: 100px;
    padding-top: 80px;
}

#map {
    height: 600px;
    width: 100%;
    position: relative;
}

#map-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

#map-error {
    display: none;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.map-info-container {
    padding: 20px;
    text-align: center;
    color: #666;
}

.map-info-box {
    padding: 15px;
    max-width: 400px;
}

.map-info-box h3 {
    margin: 0 0 15px 0;
    color: #2c3e50;
}

.map-info-box div {
    margin-bottom: 15px;
}

.map-info-box p {
    margin: 0 0 5px 0;
}

.map-info-box .font-weight-bold {
    font-weight: bold;
}

.map-info-box .provider-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.map-info-box .provider-image-container {
    text-align: center;
    width: 45%;
}

.map-info-box .provider-image {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}

.map-info-box .provider-name {
    margin: 0;
    font-size: 0.9em;
}

.map-info-box .provider-title {
    margin: 0;
    font-size: 0.8em;
    color: #666;
}

.map-info-box .get-directions-btn {
    background-color: #2c3e50;
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 4px;
    display: inline-block;
}

.map-info-coming-soon {
    padding: 10px;
}

.map-info-coming-soon h3 {
    margin: 0 0 10px 0;
}

.map-info-coming-soon p {
    margin: 0 0 10px 0;
}

.map-info-coming-soon .location-name {
    margin: 0;
    font-size: 0.9em;
    color: #666;
}

.error-message {
    display: none;
}

.toggle-password {
    cursor: pointer;
}

.contact-body-style {
    --navbar-font-size: 14px;
}

.internal-navigation {
    margin-top: 40px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    text-align: center;
}

.internal-navigation h4 {
    color: #333;
    margin-bottom: 20px;
}

.internal-navigation .btn {
    margin: 5px;
    display: block;
}

.recent-posts-link {
    display: inline-block;
    position: relative;
    right: -100px;
}

.headache-zone-logo {
    vertical-align: right;
} 