.external-content-block *,
.external-content-wrapper * {
    font-family: "IranYekanXFaNum", "iranyekanwebregular", "IRANSansWeb", sans-serif !important;
}

.external-content-block {
    padding: 0 20px;
}

.external-content-wrapper {
    background: linear-gradient(45deg, #1f3156, #526fad);
    border-radius: 10px;
    margin: 20px auto;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0 0 0 / 15%);
}

.external-content-title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 50%;
    margin: 0 auto 20px;
}

.external-content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.external-content-box a {
    background: #00000047;
    color: #fff !important;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 300;
    font-family: "IranYekanXFaNum", "iranyekanwebregular", "IRANSansWeb", sans-serif !important;
    text-transform: capitalize;
    text-align: center;
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 200ms ease-in;
}

.external-content-box a:hover,
.external-content-box a:focus {
    /*text-decoration: underline;*/
    font-weight: bold;
}


@media screen and (max-width: 768px) {
    .external-content-title {
        width: 100%;
    }
}
