.tick-brand-box {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    direction: rtl;
    text-align: right;
}

.tick-brand-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tick-brand-logo {
    width: 30;
    height: 30;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
}

.tick-brand-link {
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tick-brand-link:hover {
    text-decoration: underline;
}

.tick-brand-name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.tick-brand-description {
    font-size: 15px;
    color: #000;
    margin-top: 10px;
    width: 100%;
    line-height: 1.8;
}

.tick-brand-separator {
    border: none;
    border-top: 1px dashed #ccc;
    width: 100%;
    margin: 10px 0;
}

.tick-brand-archive {
    margin-top: 50px;
    text-align: right;
    direction: rtl;
}
