/* SVE STO je NOVO DODANO NAKNADNO */


.mh70 { min-height: 70px; }
.globalcp-statustext55 { font-size: 0.55rem; }
.kbtext p span {font-size: var(--body-font-size) !important; }

.swal2-html-container.nopadding { padding: 0px !important; }

.package-features-container-domain::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="none"><g opacity="0.1" stroke="rgb(34,197,94)" stroke-width="10" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10"><circle cx="128" cy="128" r="100"/><ellipse cx="128" cy="128" rx="55" ry="100"/><line x1="128" y1="28" x2="128" y2="228"/><line x1="28" y1="128" x2="228" y2="128"/></g></svg>') no-repeat center right;
    background-size: 300px 300px;
}
.package-features-container-domain { min-height: 300px; }

/* ==========================================================================
   REGISTRANT ICON - CSS TOOLTIP (data-tooltip atribut)
   Prikazuje tooltip iznad elementa na hover.
   Nema inline JS-a, potpuno CSP-kompatibilno.
   ========================================================================== */

.registrant-icon {
    position: relative;
}

.registrant-icon[data-tooltip]::before,
.registrant-icon[data-tooltip]::after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1070;
}

/* Tooltip tekst (bubble) */
.registrant-icon[data-tooltip]::after {
    content: attr(data-tooltip);
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 12px;
    background-color: #1e1e2d;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Strelica (trokut) koja pokazuje prema dolje */
.registrant-icon[data-tooltip]::before {
    content: "";
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1e1e2d;
}

/* Prikaži na hover */
.registrant-icon[data-tooltip]:hover::before,
.registrant-icon[data-tooltip]:hover::after {
    visibility: visible;
    opacity: 1;
}

.registrant-contact-selection { display: none }
.odabirpaketadomain {font-size: 12px; }
.odabirpaketadomain .col {padding-right: 0px; padding-right: 0px; margin-bott }
.odabirpaketadomain .globalcp-card { margin-bottom: 0px !important; min-height: 350px; display: flex; justify-content: space-between;}

.contact-preview.visible { padding: 20px; border: 1px solid #ddd; margin-top: 10px; border-radius:10px; }
.contact-preview-label { font-weight: 600; color: #000; }
.contact-preview-row { margin-bottom: 5px; }

.swalpadding { padding: 0px 20px !important; }

.registrant-fields-container .iti__selected-flag {    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 2.65em !important;
    padding: 0 6px 0 8px;
    }
    
    
.registrant-fields-container .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.registrant-fields-container .iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
    }
    
.globalcp-news-title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.globalcp-news-excerpt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}