

/* Start:/local/components/printomat/edit.profile/templates/.default/style.css?1747676593976*/
.address-item {
    position: relative;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.address-input {
    width: 100%;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    background: #fff;
}

.suggestions {
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 12px 12px;
    max-height: 180px;
    overflow-y: auto;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
}

.suggestion-option {
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.15s;
}
.suggestion-option:hover {
    background: #f6f6f6;
}

.remove-address {
    border: none;
    background: #ffe600;
    border-radius: 50%;
    font-size: 20px;
    color: #2C2C2C;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-left: 6px;
}
/* End */
/* /local/components/printomat/edit.profile/templates/.default/style.css?1747676593976 */
