.elementor-67485 .elementor-element.elementor-element-148bfccf{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), halcom;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS *//* ========================================
   DRIVAR® — Mein Konto / Profile Page
   Custom CSS for WordPress (paste as Custom CSS)
   Design system: Purple palette, Inter/Open Sans, 16px radius cards
======================================== */

/* ---------- Design Tokens ---------- */
#content .rentjo-profile,
#content .container {
    --drv-purple: #74399A;
    --drv-purple-light: #9c7cbc;
    --drv-purple-pale: #D5A3E1;
    --drv-purple-bg: #f8f5fb;
    --drv-blue: #a0bef1;
    --drv-bg: #f4f2f7;
    --drv-white: #ffffff;
    --drv-text: #1a1a2e;
    --drv-text-secondary: #5a5a72;
    --drv-text-muted: #8e8ea0;
    --drv-border: #e8e4ed;
    --drv-radius: 16px;
    --drv-radius-sm: 10px;
    --drv-radius-pill: 100px;
    --drv-shadow-card: 0 2px 12px rgba(116, 57, 154, 0.06);
    --drv-shadow-hover: 0 8px 28px rgba(116, 57, 154, 0.10);
    --drv-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --drv-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --drv-font-heading: 'Open Sans', 'Inter', sans-serif;
}

/* ---------- #content Wrapper ---------- */
#content.site-content {
    background: var(--drv-bg);
    padding-top: 40px !important;
    padding-bottom: 60px !important;
    min-height: 60vh;
}

#content > .container {
    /*max-width: 900px;*/
    margin: 0 auto;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
}

/* ---------- Profile Root ---------- */
.rentjo-profile {
    font-family: var(--drv-font-body);
    color: var(--drv-text);
    -webkit-font-smoothing: antialiased;
}

/* ---------- Profile Header ---------- */
.rentjo-profile__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: var(--drv-white);
    border-radius: var(--drv-radius);
    box-shadow: var(--drv-shadow-card);
    padding: 28px 32px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.rentjo-profile__header-left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.rentjo-profile__avatar {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--drv-font-heading);
    color: var(--drv-white);
    background: linear-gradient(135deg, var(--drv-purple) 0%, var(--drv-purple-light) 100%);
    letter-spacing: 0.5px;
    box-shadow: 0 4px 14px rgba(116, 57, 154, 0.25);
}

.rentjo-profile__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.rentjo-profile__header-info {
    min-width: 0;
}

.rentjo-profile__name {
    font-family: var(--drv-font-heading) !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    color: var(--drv-text) !important;
    margin: 0 0 2px !important;
    line-height: 1.3 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rentjo-profile__meta {
    font-size: 14px;
    color: var(--drv-text-muted);
}

.rentjo-profile__header-right {
    flex-shrink: 0;
}

/* ---------- Action Buttons ---------- */
#rentjo-profile .rentjo-profile__action-btn,
.rentjo-profile .rentjo-profile__action-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: var(--drv-font-body) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    border: none !important;
    cursor: pointer !important;
    transition: var(--drv-transition) !important;
    border-radius: var(--drv-radius-pill) !important;
    padding: 12px 24px !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    outline: none !important;
}

#rentjo-profile .rentjo-profile__action-btn--primary,
#rentjo-profile .rentjo-profile__cta-btn,
.rentjo-profile .rentjo-profile__action-btn--primary,
.rentjo-profile .rentjo-profile__cta-btn {
    background: linear-gradient(135deg, #74399A 0%, #9c7cbc 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(116, 57, 154, 0.25) !important;
}

#rentjo-profile .rentjo-profile__action-btn--primary:hover,
#rentjo-profile .rentjo-profile__cta-btn:hover,
.rentjo-profile .rentjo-profile__action-btn--primary:hover,
.rentjo-profile .rentjo-profile__cta-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 24px rgba(116, 57, 154, 0.35) !important;
    filter: brightness(1.08) !important;
    background: linear-gradient(135deg, #5A2D78 0%, #74399A 100%) !important;
}

#rentjo-profile .rentjo-profile__action-btn--primary:active,
#rentjo-profile .rentjo-profile__cta-btn:active,
.rentjo-profile .rentjo-profile__action-btn--primary:active,
.rentjo-profile .rentjo-profile__cta-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 8px rgba(116, 57, 154, 0.2) !important;
}

/* ---------- Tab Navigation ---------- */
#rentjo-profile .rentjo-profile__tab-nav,
.rentjo-profile .rentjo-profile__tab-nav {
    display: flex !important;
    gap: 4px !important;
    background: #ffffff !important;
    border-radius: var(--drv-radius) !important;
    box-shadow: var(--drv-shadow-card) !important;
    padding: 6px !important;
    margin-bottom: 24px !important;
}

#rentjo-profile .rentjo-profile__tab-btn,
.rentjo-profile .rentjo-profile__tab-btn {
    flex: 1 !important;
    font-family: var(--drv-font-body) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #5a5a72 !important;
    background: transparent !important;
    border: none !important;
    border-radius: var(--drv-radius-sm) !important;
    padding: 12px 20px !important;
    cursor: pointer !important;
    transition: var(--drv-transition) !important;
    position: relative !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    outline: none !important;
}

#rentjo-profile .rentjo-profile__tab-btn:hover:not(.active),
.rentjo-profile .rentjo-profile__tab-btn:hover:not(.active) {
    background: #f8f5fb !important;
    color: #74399A !important;
}

#rentjo-profile .rentjo-profile__tab-btn.active,
.rentjo-profile .rentjo-profile__tab-btn.active {
    background: #74399A !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 10px rgba(116, 57, 154, 0.25) !important;
}

/* ---------- Tab Panels ---------- */
.rentjo-profile__tab-panel {
    display: none;
}

.rentjo-profile__tab-panel.active {
    display: block;
    animation: drv-fadeIn 0.3s ease-out;
}

@keyframes drv-fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---------- Sections ---------- */
.rentjo-profile__section {
    background: var(--drv-white);
    border-radius: var(--drv-radius);
    box-shadow: var(--drv-shadow-card);
    padding: 28px 32px;
    margin-bottom: 20px;
}

.rentjo-profile__section h3 {
    font-family: var(--drv-font-heading) !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: var(--drv-text) !important;
    margin: 0 0 16px !important;
    line-height: 1.4 !important;
}

.rentjo-profile__section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.rentjo-profile__section-header h3 {
    margin-bottom: 0 !important;
}

/* ---------- Edit Button ---------- */
#rentjo-profile .rentjo-profile__edit-btn,
.rentjo-profile .rentjo-profile__edit-btn {
    font-family: var(--drv-font-body) !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #74399A !important;
    background: #f8f5fb !important;
    border: 1px solid transparent !important;
    border-radius: 100px !important;
    padding: 8px 20px !important;
    cursor: pointer !important;
    transition: var(--drv-transition) !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    outline: none !important;
    line-height: 1.4 !important;
}

#rentjo-profile .rentjo-profile__edit-btn:hover,
.rentjo-profile .rentjo-profile__edit-btn:hover {
    background: transparent !important;
    border-color: #74399A !important;
    color: #74399A !important;
}

/* ---------- Data Grid (Profile Info) ---------- */
.rentjo-profile__data-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    border: 1px solid var(--drv-border);
    border-radius: var(--drv-radius-sm);
    overflow: hidden;
}

.rentjo-profile__data-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--drv-border);
    background: var(--drv-white);
    transition: background 0.15s ease;
}

.rentjo-profile__data-item:hover {
    background: var(--drv-purple-bg);
}

.rentjo-profile__data-item:nth-child(odd) {
    border-right: 1px solid var(--drv-border);
}

.rentjo-profile__data-item:nth-last-child(-n+2) {
    border-bottom: none;
}

.rentjo-profile__data-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--drv-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rentjo-profile__data-value {
    font-size: 15px;
    font-weight: 500;
    color: var(--drv-text);
    word-break: break-word;
}

/* ---------- Link Button (Change Password, etc.) ---------- */
#rentjo-profile .rentjo-profile__link-btn,
.rentjo-profile .rentjo-profile__link-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-family: var(--drv-font-body) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #74399A !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 20px !important;
    cursor: pointer !important;
    transition: var(--drv-transition) !important;
    text-decoration: none !important;
    box-shadow: none !important;
    outline: none !important;
}

#rentjo-profile .rentjo-profile__link-btn::after,
.rentjo-profile .rentjo-profile__link-btn::after {
    content: '→' !important;
    font-size: 16px !important;
    transition: transform 0.2s ease !important;
}

#rentjo-profile .rentjo-profile__link-btn:hover,
.rentjo-profile .rentjo-profile__link-btn:hover {
    color: #9c7cbc !important;
}

#rentjo-profile .rentjo-profile__link-btn:hover::after,
.rentjo-profile .rentjo-profile__link-btn:hover::after {
    transform: translateX(3px) !important;
}

/* ---------- Empty States ---------- */
.rentjo-profile__empty {
    text-align: center;
    padding: 40px 20px !important;
    margin: 0 !important;
    color: var(--drv-text-muted);
    font-size: 15px;
    font-style: normal;
    background: var(--drv-purple-bg);
    border-radius: var(--drv-radius-sm);
    border: 1px dashed var(--drv-border);
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .rentjo-profile__stepper{
    justify-content: start;
    overflow-x: auto;
}

    #content.site-content {
        padding-top: 24px !important;
        padding-bottom: 40px !important;
    }

    #content > .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .rentjo-profile__header {
        padding: 20px;
        gap: 16px;
    }

    .rentjo-profile__avatar {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 17px;
    }

    .rentjo-profile__name {
        font-size: 18px !important;
    }

    .rentjo-profile__header-right {
        width: 100%;
    }

    .rentjo-profile__cta-btn,
    .rentjo-profile__action-btn--primary {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }

    .rentjo-profile__tab-nav {
        padding: 4px;
        gap: 3px;
    }

    .rentjo-profile__tab-btn {
        font-size: 13px;
        padding: 10px 12px;
    }

    .rentjo-profile__section {
        padding: 20px;
    }

    .rentjo-profile__data-grid {
        grid-template-columns: 1fr;
    }

    .rentjo-profile__data-item:nth-child(odd) {
        border-right: none;
    }

    .rentjo-profile__data-item:last-child {
        border-bottom: none;
    }

    .rentjo-profile__data-item:nth-last-child(2) {
        border-bottom: 1px solid var(--drv-border);
    }
}

@media (max-width: 480px) {
    .rentjo-profile__header-left {
        gap: 12px;
    }

    .rentjo-profile__section h3 {
        font-size: 16px !important;
    }

    .rentjo-profile__tab-btn {
        font-size: 12px;
        padding: 10px 8px;
    }
}



.rentjo-profile__tab-btn::after{
    display: none;
}

.rentjo-profile__btn--secondary{
        background-color: #fff !important;
}

.rentjo-confirm-modal .rentjo-modal-content div,.rentjo-profile__form-actions{

    flex-direction: column;
}/* End custom CSS */