.elementor-6974 .elementor-element.elementor-element-5cccd7c4{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-6974 .elementor-element.elementor-element-6e6250d > .elementor-widget-container{padding:5% 5% 5% 5%;}.elementor-6974 .elementor-element.elementor-element-6e6250d{text-align:center;}.elementor-6974 .elementor-element.elementor-element-6e6250d .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:48px;font-weight:900;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}.elementor-6974 .elementor-element.elementor-element-2af8ac9e{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-6974 .elementor-element.elementor-element-2af8ac9e.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-6974 .elementor-element.elementor-element-2af8ac9e{--container-widget-width:90%;--container-widget-flex-grow:0;width:var( --container-widget-width, 90% );max-width:90%;}}/* Start custom CSS for text-editor, class: .elementor-element-2af8ac9e *//* Makni avatar */
.ld-profile-avatar {
    display: none !important;
}

/* Makni Bodovi */
.ld-profile-stat.ld-profile-stat-points {
    display: none !important;
}



/* Naslov tečaja lijevo u kartici */
.learndash-wrapper .ld-item-list-item-preview {
    justify-content: flex-start !important;
    text-align: left !important;
}

.learndash-wrapper .ld-item-list-item-preview .ld-item-name {
    margin-left: 15px !important;
    text-align: left !important;
}

/* Search + Proširi sve desno */
.learndash-wrapper .ld-item-list .ld-item-list-actions {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
}
/* =========================================
   PHARMAPP - PROFILE CERTIFICATE BUTTON
========================================= */

/* Link na certifikat u LearnDash profilu */
.ld-profile a[href*="/certificates/"],
.learndash-wrapper a[href*="/certificates/"],
[id*="profile"] a[href*="/certificates/"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;

    background: #2f80ed !important;
    color: #ffffff !important;

    border-radius: 10px !important;
    padding: 9px 14px !important;

    font-family: 'Montserrat', Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;

    box-shadow: 0 6px 16px rgba(47, 128, 237, 0.22) !important;
    transition: all 0.2s ease !important;
}

/* Dodaj tekst uz ikonicu */
.ld-profile a[href*="/certificates/"]::after,
.learndash-wrapper a[href*="/certificates/"]::after,
[id*="profile"] a[href*="/certificates/"]::after {
    content: "Certifikat";
    color: #ffffff !important;
}

/* Hover */
.ld-profile a[href*="/certificates/"]:hover,
.learndash-wrapper a[href*="/certificates/"]:hover,
[id*="profile"] a[href*="/certificates/"]:hover {
    background: #1f6fd6 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(47, 128, 237, 0.30) !important;
}/* End custom CSS */