.fas-5009-wrapper {
    width: 100%;
    font-family: inherit;
    background-color: #0B1F2A;
    padding: 20px 0;
}

.fas-5009-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 768px) {
    .fas-5009-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.fas-5009-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.fas-5009-featured-card {
    height: 100%;
}

.fas-5009-coming-soon {
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
}

.fas-5009-f-header {
    margin-bottom: 20px;
}

.fas-5009-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.fas-5009-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
}

.fas-5009-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.fas-5009-cs-text {
    color: #00F5FF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.fas-5009-desc {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.fas-5009-meta-box {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.fas-5009-meta {
    display: flex;
    flex-direction: column;
}

.fas-5009-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 4px;
}

.fas-5009-val {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
}

.fas-5009-btn {
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    margin-top: auto;
    cursor: pointer;
}

.fas-5009-active {
    background-color: #00F5FF;
    color: #0B1F2A;
    transition: opacity 0.3s;
}

.fas-5009-active:hover {
    opacity: 0.9;
    color: #0B1F2A;
}

.fas-5009-disabled {
    background-color: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.3);
    cursor: not-allowed;
}

.fas-5009-col-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fas-5009-list-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.fas-5009-l-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fas-5009-l-title {
    color: #FFFFFF;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.fas-5009-l-meta {
    font-size: 12px;
    color: #00F5FF;
}

.fas-5009-btn-small {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
    border: 1px solid #00F5FF;
    color: #00F5FF;
    text-decoration: none;
    transition: all 0.3s;
}

.fas-5009-btn-small:hover {
    background-color: #00F5FF;
    color: #0B1F2A;
}
