/* تعریف فونت وزیرمتن */
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
}

.omcpy-footer-container {
    width: 100%;
    box-sizing: border-box;
    line-height: 1.8;
    clear: both;
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    direction: rtl; /* پیش‌فرض راست‌چین */
}

.omcpy-footer-container.is_ltr {
    direction: ltr;
}

.omcpy-designer-link {
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.omcpy-designer-link:hover {
    opacity: 0.7;
    transform: translateY(-1px);
}

.omcpy-sep {
    margin: 0 5px;
    opacity: 0.5;
    font-size: 0.9em;
}

.omcpy-icon.dashicons {
    vertical-align: middle;
    font-size: 1.1em;
    width: 1.1em;
    height: 1.1em;
    margin-top: -3px;
    opacity: 0.8;
}

.omcpy-logo {
    border-radius: 4px;
}