/* تنسيقات الرعاة */
.sponsor-level-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    border-bottom: 2px solid currentColor;
    display: inline-block;
}

.rbt-brand-item {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.rbt-brand-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-color: transparent;
}

.rbt-brand-item img {
    max-height: 100px;
    max-width: 100%;
    object-fit: contain;
}

.sponsor-placeholder {
    text-align: center;
    color: #6c757d;
}

.sponsor-placeholder i {
    font-size: 3rem;
    display: block;
    margin-bottom: 10px;
}

/* تنسيقات الأخبار */
.rbt-card-img {
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rbt-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.rbt-card:hover .rbt-card-img img {
    transform: scale(1.05);
}

.rbt-card-body {
    padding: 30px;
}

.card-minimal {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.card-minimal:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.meta-list {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.meta-list .list-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: #6c757d;
}

.rbt-card-title {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 15px;
}

.rbt-card-title a {
    color: #1c1c1c;
    text-decoration: none;
    transition: color 0.3s;
}

.rbt-card-title a:hover {
    color: #3d65ff;
}

.transparent-button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #3d65ff;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.transparent-button:hover {
    gap: 10px;
}

.badge {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}
