.ols-front-box {
    margin: 25px 0;
    padding: 14px 18px;
    background: #f7f7f8;
    border: 1px solid #e2e2e4;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    direction: rtl;
    text-align: right;
    font-size: 15px;
}
.ols-front-label {
    font-weight: 600;
}
.ols-front-url {
    direction: ltr;
    unicode-bidi: embed;
    color: #2271b1;
    text-decoration: none;
    word-break: break-all;
}
.ols-front-url:hover {
    text-decoration: underline;
}
.ols-front-copy {
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 14px;
    cursor: pointer;
    font-size: 13px;
}
.ols-front-copy:hover {
    background: #135e96;
}
.ols-front-link {
    color: #2271b1;
    text-decoration: underline;
}
