.dgmm-popup {
    min-width: 205px;
    max-width: 280px;
    padding: 2px 1px 1px;
    line-height: 1.35;
}

.dgmm-popup-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.dgmm-popup-name {
    display: block;
    font-size: 1.12em;
    font-weight: 700;
    color: #2b2b2b;
}

.dgmm-popup-group {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid rgba(70, 100, 125, .25);
    border-radius: 999px;
    background: rgba(225, 235, 243, .7);
    color: #445766;
    font-size: .78em;
    font-weight: 600;
    line-height: 1.3;
}

.dgmm-popup-location {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin: 3px 0 10px;
    color: #4b5560;
}

.dgmm-location-icon {
    flex: 0 0 auto;
    font-size: 1em;
    line-height: 1.35;
}

.dgmm-popup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(100, 115, 125, .18);
}

.dgmm-popup-button {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 9px;
    border: 1px solid #b8c4cc;
    border-radius: 5px;
    background: #f7f9fa;
    color: #365b73 !important;
    font-size: .88em;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none !important;
    transition: background-color .15s ease, border-color .15s ease;
}

.dgmm-popup-button:hover,
.dgmm-popup-button:focus {
    background: #edf3f6;
    border-color: #8fa6b5;
    color: #1f4d69 !important;
}

.dgmm-popup-button-primary {
    background: #e8f1f6;
    border-color: #9eb6c5;
}

.dgmm-event-times {
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px solid rgba(127, 127, 127, .25);
}

#dgmm_poi_fields input[type="datetime-local"],
#dgmm_poi_fields select {
    max-width: 100%;
}


.dgmm-registration-map-section {
    margin: 18px 0;
    padding: 14px 16px 4px;
    border: 1px solid rgba(100, 115, 125, .22);
    border-radius: 7px;
    background: rgba(240, 246, 249, .55);
}

.dgmm-registration-map-title {
    margin: 0 0 5px;
    font-size: 1.1em;
    font-weight: 700;
}

.dgmm-registration-map-explain {
    margin: 0 0 12px;
    color: #536471;
    line-height: 1.45;
}

.dgmm-registration-map-section dl {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 700px) {
    .dgmm-registration-map-section {
        padding: 12px 12px 3px;
    }
}
