
.at-rashifal-wrap {
    background: url('assets/background.png') center center / cover no-repeat;
    padding: 30px;
    color: #fff;
    border: 3px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.at-rashifal-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.at-arrow {
    background: transparent;
    border: none;
    color: #ffd24d;
    font-size: 24px;
    cursor: pointer;
    width: 38px;
    height: 38px;
}

.at-icons {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 6px;
    flex: 1;
}

.at-icon-item {
    min-width: 62px;
    text-align: center;
    padding: 6px 8px;
    border-radius: 6px;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.06);
}

.at-icon-item.active {
    background: linear-gradient(180deg,#0b3553,#0a2b42);
    box-shadow: 0 6px 20px rgba(0,0,0,0.5);
    transform: translateY(-6px);
    position: relative;
}

.at-icon-img {
    width: 38px;
    height: 38px;
    background: url('assets/background.png') center/cover no-repeat;
    border-radius: 50%;
    margin: 0 auto 6px;
    filter: brightness(0) invert(1);
}

.at-icon-label {
    font-size: 13px;
    font-weight: 600;
}

.at-rashifal-panel {
    min-height: 180px;
    position: relative;
}

.at-panel-item {
    display: none;
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    background: rgba(0,0,0,0.25);
}

.at-panel-item.active {
    display: block;
}

.at-panel-title {
    font-size: 30px;
    margin: 0 0 12px 0;
    color: #ffffff;
    font-weight: 800;
}

.at-panel-summary {
    font-size: 16px;
    line-height: 1.6;
    max-height: 120px;
    overflow: hidden;
    color: #f8f8f8;
}

.at-panel-more {
    display: inline-block;
    margin-top: 12px;
    color: #ffd24d;
    font-weight: 700;
    text-decoration: none;
}
