.mmt-wrapper {
    max-width: 900px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    font-family: Poppins, sans-serif;
}

.mmt-tabs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.mmt-tabs button {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding-bottom: 5px;
}

.mmt-tabs .active {
    border-bottom: 3px solid #008cff;
    font-weight: 600;
}

.mmt-form input,
.mmt-form select {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.mmt-search-btn {
    background: #008cff;
    color: #fff;
    padding: 14px;
    border: none;
    border-radius: 30px;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
}

.mmt-tab-content {
    display: none;
}

.mmt-tab-content.active {
    display: block;
}
