.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 8px;
}

.visiting-section .tz-block {
    margin-bottom: 32px;
}

.visiting-section .tz-block:last-child {
    margin-bottom: 0;
}

.visiting-section h1 {
    margin-bottom: 32px;
}

.visiting-section h2 {
    color: #396182;
    margin-bottom: 24px;
    font-size: 1.5rem;
}

.visiting-section h2 i {
    margin-right: 8px;
    color: inherit;
}

.visiting-section .row {
    margin-bottom: 32px;
}

.visiting-section .row:last-child {
    margin-bottom: 0;
}

.check-in-step {
    position: relative;
    padding: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    overflow: visible;
}

.check-in-step h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}

.check-in-step h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.check-in-step .step-number {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #396182;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-left: auto;
    margin-right: auto;
}

.check-in-step .step-content {
    padding-left: 0;
    text-align: center;
}

.check-in-step .btn-container {
    margin-top: 1rem;
}

.check-in-step .btn-container .btn {
    margin: 0;
}

.check-in-step ul {
    margin-bottom: 1rem;
}

.check-in-step .walking-directions {
    margin-top: auto;
    padding-top: 1rem;
}

.check-in-step .walking-directions p {
    text-align: left;
    margin-bottom: 0;
}

.alert-info {
    background-color: #f8f9fa;
    border: none;
    border-radius: 8px;
    color: #5D5D5D;
}

.list-unstyled li {
    color: #5D5D5D;
    text-align: left;
    padding-left: 1.5rem;
    position: relative;
    min-height: 1.5em;
}

.list-unstyled li i {
    margin-right: 8px;
    color: #00a67e;
    position: absolute;
    left: 0;
    top: 0.25em;
}

.btn-tz i {
    margin-right: 6px;
}

.visiting-section .btn-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 1rem;
}

.visiting-section .btn-container .btn {
    width: 100%;
    justify-content: center;
    margin: 0;
}

@media (max-width: 767.98px) {
    .col-md-6:first-child {
        margin-bottom: 32px;
    }
} 