.dc-store-map-wrap {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: stretch;
    font-family: inherit;
}
.dc-map-area {
    flex: 0 0 80%;
    width: 80%;
}
.dc-map-form-area {
    flex: 0 0 20%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 40px 0;
    box-sizing: border-box;
}
.dc-map-form-inner {
    width: 100%;
    max-width: 300px;
}
.dc-form-title {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin: 0 0 6px !important;
    line-height: 1.25;
}
.dc-form-subtitle {
    font-size: 18px;
    color: #555;
    margin: 0 0 8px !important;
    line-height: 1.4;
}
.dc-map-search-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
}
#dc-map-search-input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 10px;
    transition: border-color .2s;
}
#dc-map-search-input:focus {
    border-color: #F9BC06;
}
.dc-map-btn-row {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: stretch;
}
#dc-map-search-btn {
    flex: 1;
    padding: 12px 16px;
    background: #F9BC06;
    color: #222;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background .2s;
    white-space: nowrap;
}
#dc-map-search-btn:hover { background: #e4b800; }
#dc-map-reset-btn {
    flex-shrink: 0;
    width: 44px;
    padding: 12px;
    background: #555;
    color: #fff;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s;
}
#dc-map-reset-btn:hover { background: #333; }
#dc-map-no-results {
    display: none;
    padding: 10px 12px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 0;
    font-size: 13px;
    margin-top: 8px;
    text-align: center;
}
#dc-map-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.52);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#dc-map-modal {
    background: #fff;
    border-radius: 0;
    padding: 40px 36px;
    max-width: 380px;
    width: 90%;
    text-align: center;
    box-shadow: 0 8px 40px rgba(0,0,0,.2);
}
#dc-map-modal .dc-modal-icon {
    font-size: 42px;
    color: #F9BC06;
    margin-bottom: 16px;
    display: block;
}
#dc-map-modal h3 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    color: #222;
}
#dc-map-modal p {
    margin: 0 0 24px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}
#dc-map-modal-close {
    padding: 12px 32px;
    background: #F9BC06;
    color: #222;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    transition: background .2s;
}
#dc-map-modal-close:hover { background: #e4b800; }
.gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}
.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    padding: 0 !important;
    max-height: none !important;
}
.gm-style .gm-style-iw-ch {
    padding: 0 !important;
    line-height: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
.gm-style .gm-style-iw-chr {
    height: 0 !important;
    overflow: visible !important;
}
.dc-iw {
    width: 210px;
    text-align: center;
    font-family: inherit;
    padding: 36px 14px 14px;
    box-sizing: border-box;
}
.dc-iw-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.dc-iw-logo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee;
}
.dc-iw-fa-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #c0392b;
}
.dc-iw-name {
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 600;
}
.dc-iw-name a { color: #333; text-decoration: underline; }
.dc-iw-name a:hover { color: #c0392b; }
.dc-iw-addr {
    margin: 0;
    font-size: 12px;
    color: #555;
    line-height: 1.5;
}
@media (max-width: 1699px) and (min-width: 1301px) {
    .dc-map-area         { flex: 0 0 75%; width: 75%; }
    .dc-map-form-area    { flex: 0 0 25%; width: 25%; padding: 40px 28px; justify-content: center; }
}
@media (max-width: 1300px) {
    .dc-store-map-wrap   { flex-direction: column; }
    .dc-map-area,
    .dc-map-form-area    { flex: none; width: 100%; }
    .dc-map-form-area    { padding: 30px 0; border: none; }
    .dc-map-form-inner   { max-width: 100%; }
    .dc-form-title       { font-size: 22px; }
    .dc-form-subtitle    { font-size: 16px; }
    .dc-map-search-row   { flex-direction: row; gap: 8px; }
    #dc-map-search-input { flex: 1; width: auto; border-right: 1px solid #ccc; margin-bottom: 0; }
}
@media (max-width: 768px) {
    .dc-map-form-area    { padding: 24px 0; }
    .dc-map-search-row   { flex-direction: column; gap: 8px; }
    #dc-map-search-input { width: 100%; border-right: 1px solid #ccc; margin-bottom: 10px; }
    .dc-map-btn-row      { gap: 8px; }
    #dc-map-search-btn   { flex: 1; }
    #dc-map-reset-btn    { width: 44px; }
    .dc-form-title       { font-size: 20px; }
    .dc-form-subtitle    { font-size: 15px; }
    #dc-map-modal        { padding: 28px 20px; }
    #dc-map-modal h3     { font-size: 18px; }
    #dc-map-modal p      { font-size: 14px; }
}
@media (max-width: 480px) {
    .dc-form-title       { font-size: 18px; }
    .dc-form-subtitle    { font-size: 14px; }
    #dc-map-search-input { font-size: 14px; }
}
