.share-job-container {
    .modal-title {
        display: flex;
        gap: 10px;
    }

    .share-job-liner {
        font-weight: 400;
        font-size: 16px;
        color: var(--color-neutral-700);
    }

    .job-link-title {
        font-weight: 700;
        font-size: 12px;
        color: var(--color-neutral-700);
    }

    .job-link-box {
        display: flex;
        align-items: center;        
        overflow: hidden;

        > .job-link-text {
            flex: 1;
            padding: 16px 18px;
            color: #555;
            font-size: 12px;
            line-height: 22px;
            word-break: break-word;
            border-radius: 8px;
            background-color: #f3f3f3;
            font-family: 'Lato';
        }

        > .job-link-copy {
            width: 110px;
            flex-shrink: 0;
            background: #fff;
            border: none;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            color: #333;
            gap: 4px;

            > i {
                font-size: 20px;
            }

            > span {
                font-size: 14px;
            }
        }

        
    }
    
}

html[lang='ta'] .share-job-container {
    .job-link-box {
        > .job-link-copy {
            width: 134px;
            > span {
                font-size: 12px;
            }
        }
    }
}

/* Align custom "..." with ShareThis icons — exact size set from .st-btn in JS */
.share-other-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 !important;
    line-height: 0 !important;
    border: 0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.share-other-btn span {
    position: relative !important;
    top: auto !important;
    display: block;
    line-height: 0;
    /* Optical vertical center for ellipsis glyphs */
    transform: translateY(-0.28em);
    letter-spacing: 0.02em;
}

.sharethis-inline-share-buttons:not([data-share-btn="0"]) {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}