.asdama-pickup-container {
    margin: 12px 0;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
}

.asdama-pickup-city-select {
    width: 100%;
    max-width: 320px;
    margin-bottom: 10px;
    padding: 6px 8px;
}

.asdama-pickup-map {
    width: 100%;
    height: 280px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.asdama-pickup-list {
    max-height: 220px;
    overflow-y: auto;
}

.asdama-pickup-list-item {
    padding: 8px 10px;
    margin-bottom: 6px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
}

.asdama-pickup-list-item:hover {
    border-color: #999;
}

.asdama-pickup-list-item.asdama-pickup-selected {
    border-color: #2c9a3f;
    background: #eefbf0;
}

.asdama-pickup-hours {
    color: #777;
    font-size: 12px;
}

.asdama-pickup-status {
    margin-top: 8px;
    font-size: 13px;
    color: #999;
}

.asdama-pickup-status-active {
    color: #2c9a3f;
    font-weight: 600;
}
