#mediaspark-main .wrap,
.wrap {
    background: white;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative; /* Ensure positioning context for absolute logo */
}

#mediaspark-main h1 {
    color: #6952f4;
    margin-top: 0; /* Adjust if needed for logo overlap */
}

.nav-tab-wrapper .nav-tab {
    border-bottom: 3px solid transparent;
}

.nav-tab-wrapper .nav-tab-active {
    border-bottom: 3px solid #6952f4;
    color: #6952f4;
}

.button-pro {
    background-color: #6952f4 !important;
    border-color: #6952f4 !important;
    color: white !important;
    box-shadow: none;
    text-shadow: none;
}

.button-pro:hover {
    background-color: #4b3cc0 !important;
    border-color: #4b3cc0 !important;
}

.stats {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.stat-box {
    flex: 1 1 18%;
    margin: 1%;
    padding: 15px;
    background: #f9f9f9;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.stat-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.stat-box p {
    font-size: 24px;
    margin: 0;
}

.tab-content {
    margin-top: 20px;
}

.mediaspark-review-notice {
    background: white;
    border-left: 4px solid #6952f4;
    padding: 15px;
    margin: 20px 0;
}