.pc-wrapper-ed0105b3 {
    width: 100%;
}
.pc-header-ed0105b3 {
    margin-bottom: 20px;
}
.pc-heading-ed0105b3 {
    margin: 0 0 10px 0;
}
.pc-subheading-ed0105b3 {
    margin: 0 0 10px 0;
}
.pc-desc-ed0105b3 {
    margin: 0 0 15px 0;
}
.pc-form-group-ed0105b3 {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.pc-input-ed0105b3 {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.pc-btn-ed0105b3 {
    padding: 10px 20px;
    background: #0073e6;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.pc-btn-ed0105b3:hover {
    background: #005bb5;
}
.pc-map-container-ed0105b3 {
    width: 100%;
    margin-top: 20px;
    background: #f0f0f0;
    border-radius: 4px;
    /* Added default min-height in case controls are not set */
    min-height: 300px;
}
.pc-loader-ed0105b3,
.pc-error-ed0105b3 {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
}
.pc-error-ed0105b3 {
    background: #ffe6e6;
    color: #d8000c;
    border: 1px solid #d8000c;
}
.pc-msg-ed0105b3 {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.pc-msg-free-ed0105b3 { background-color: #e6ffe6; color: #006600; }
.pc-msg-charge-ed0105b3 { background-color: #fff4e6; color: #cc7a00; }
.pc-msg-out-ed0105b3 { background-color: #ffe6e6; color: #cc0000; }