#map {
    height: 500px;
    width: 100%;
    border-radius: 0;
}

.map-controls {
    margin-bottom: 20px;
}

.map-description {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    margin-top: 20px;
}

/* Info window styling */
.gm-style .gm-style-iw {
    font-family: var(--font-sans-serif);
    font-size: 14px;
    padding: 10px;
}

.gm-style .gm-style-iw strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #0C5CA7;
}

/* Map controls styling */
.gm-style .gm-style-mtc label,
.gm-style .gm-style-mtc div {
    font-family: var(--font-sans-serif);
}

.gm-style-cc {
    font-family: var(--font-sans-serif);
}

/* Custom marker styling */
.custom-marker {
    background-color: #0C5CA7;
    border-radius: 50%;
    color: white;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.map-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
    border-radius: 0;
    border: none;
}

.map-container iframe {
    width: 100%;
    height: 600px;
    border: 0;
}

/* Company logo and info styling */
.default-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.default-logo img {
    max-width: 128px;
    max-height: 128px;
    margin-bottom: 10px;
}

.rating-container {
    margin: 1rem 0;
}

.star-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.star-rating__star {
    color: #dee2e6;
}

.star-rating__star.is-selected {
    color: #ffc107;
}

/* Card styling */
.card {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
}

.card-footer {
    background-color: #f8f9fa;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
}

/* Button styling */
.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}
