.mam-wheel-wrapper {
    margin-top: 30px;
}

.mam-wheel-wrapper {
    text-align: center;
    direction: rtl;
    font-family: inherit;
}

.mam-wheel-container {
    position: relative;
    width: 450px;
    height: 450px;
    margin: 30px auto 10px auto;
}

#mam-wheel {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    transform-origin: 50% 50%;
}

/* السهم */
#mam-pointer {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background-image: url('../images/22144414.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20;
}

/* زر ابدأ */
.mam-start-btn {
    width: 180px;
    height: 180px;
    background-image: url('../images/221412412.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    transition: transform .2s ease;
}

.mam-start-btn:active {
    transform: scale(0.95);
}

.mam-start-btn:disabled {
    opacity: 0.5;
    cursor: default;
}

/* البوب أب */
.mam-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.mam-popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px 30px;
    border-radius: 12px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    position: relative;
}

.mam-close {
    position: absolute;
    top: 8px;
    left: 12px;
    color: #aaa;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.mam-close:hover {
    color: #000;
}
