#twoship-map-container {
    margin-top: 12px;
}
#twoship-map {
    height: 380px;
    width: 100% !important;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}
.twoship-info-window {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    max-width: 220px;
    padding: 2px 0;
}
.twoship-info-window-name {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.35;
    color: #111827;
    margin-bottom: 2px;
}
.twoship-info-window-address {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.35;
    color: #6b7280;
}
.twoship-rate-selected:empty {
    display: none;
}
.twoship-rate-selected {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    color: #1e3a8a;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
}
