.elementor-7520 .elementor-element.elementor-element-2e175e0f{--display:flex;}/* Start custom CSS for container, class: .elementor-element-2e175e0f *//* ✅ Elementor glavni kontejner */
.elementor-element-2e175e0f {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.e-con-inner {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* ✅ Widget wrapper */
.elementor-element-1799b9a {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* ✅ FORMA - MAIN STYLING */
.user-registration.ur-frontend-form {
    width: 85%;
    max-width: 800px;
    margin: 40px auto;
    padding: 50px;
    background-color: #f8f8f6 !important;
    border: 3px solid #8BBE45 !important;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.user-registration.ur-frontend-form.ur-frontend-form--bordered {
    border: 3px solid #8BBE45 !important;
}

/* ✅ Form element */
.user-registration.ur-frontend-form form {
    width: 100%;
}

/* ✅ REDOVI - FLEX LAYOUT */
.user-registration .ur-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 25px;
    justify-content: flex-start;
}

/* ✅ GRID KOLONE */
.user-registration .ur-form-grid {
    flex: 1;
    min-width: 300px;
}

/* ✅ Punih 100% za single polja */
.user-registration .ur-form-row > .ur-form-grid:only-child {
    flex: 0 0 100%;
}

/* ✅ POLJA - INPUTI I SELECTI */
.user-registration input[type="text"],
.user-registration input[type="email"],
.user-registration input[type="password"],
.user-registration input[type="number"],
.user-registration select {
    border: 1px solid #ccc !important;
    border-radius: 6px;
    padding: 12px 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    background-color: #fff;
    font-family: inherit;
    transition: all 0.2s ease;
}

/* ✅ FOKUS EFEKAT */
.user-registration input:focus,
.user-registration select:focus {
    border-color: #8BBE45 !important;
    box-shadow: 0 0 8px rgba(139, 190, 69, 0.3) !important;
    outline: none;
}

/* ✅ LABELE */
.user-registration .ur-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.user-registration .required {
    color: #e74c3c;
}

/* ✅ FIELD ITEMS */
.user-registration .ur-field-item {
    width: 100%;
}

.user-registration .form-row {
    margin: 0;
}

/* ✅ INPUT WRAPPER */
.user-registration .input-wrapper {
    display: block;
}

/* ✅ PASSWORD GROUP */
.user-registration .password-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.user-registration .show-password-input {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

/* ✅ DUGME */
.user-registration .ur-submit-button {
    background-color: #8BBE45 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px;
    padding: 13px 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 0 !important;
    margin: 0 !important;
}

.user-registration .ur-submit-button:hover {
    background-color: #7aa63a !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(139, 190, 69, 0.3);
}

.user-registration .ur-submit-button:active {
    transform: translateY(0);
}

/* ✅ BUTTON CONTAINER */
.user-registration .ur-button-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 20px !important;
}

/* ✅ RESPONSIVE - MOBILNI */
@media (max-width: 768px) {
    .user-registration.ur-frontend-form {
        width: 95%;
        padding: 35px;
    }

    .user-registration .ur-form-row {
        gap: 20px;
    }

    .user-registration .ur-form-grid {
        min-width: 100%;
        flex: 0 0 100%;
    }
}/* End custom CSS */