body {
    margin: 0;
    padding: 0;
    background: #080616;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.szuro-gomb {
    background: linear-gradient(145deg, #162E93, #0f0e3a);
    color: #ffffff;
    border: 2px solid rgba(47,47,228,0.5);
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    margin: 25px auto;
    display: block;
    box-shadow:
        0 6px 15px rgba(0,0,0,0.5),
        0 0 15px rgba(47,47,228,0.4),
        inset 0 0 10px rgba(47,47,228,0.25);
    transition: 0.3s ease;
}

.szuro-gomb:hover {
    border-color: #4a4aff;
    box-shadow:
        0 10px 20px rgba(0,0,0,0.6),
        0 0 25px rgba(47,47,228,0.7),
        inset 0 0 15px rgba(47,47,228,0.5);
    transform: translateY(-3px);
}

#szuroPanel {
    background: #1A1953;
    padding: 25px;
    margin: 20px auto;
    width: 70%;
    border-radius: 14px;
    border-left: 6px solid #162E93;
    box-shadow:
        0 8px 20px rgba(0,0,0,0.6),
        0 0 20px rgba(47,47,228,0.4);
}

#szuroPanel form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

#szuroPanel input,
#szuroPanel select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #162E93;
    background: #080616;
    color: #ffffff;
    box-shadow: inset 0 0 10px rgba(47,47,228,0.25);
}

#szuroPanel button {
    background: linear-gradient(145deg, #162E93, #0f0e3a);
    color: #ffffff;
    border: 2px solid rgba(47,47,228,0.5);
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    box-shadow:
        0 6px 15px rgba(0,0,0,0.5),
        0 0 15px rgba(47,47,228,0.4),
        inset 0 0 10px rgba(47,47,228,0.25);
    transition: 0.3s ease;
}

#szuroPanel button:hover {
    border-color: #4a4aff;
    box-shadow:
        0 10px 20px rgba(0,0,0,0.6),
        0 0 25px rgba(47,47,228,0.7),
        inset 0 0 15px rgba(47,47,228,0.5);
}

.rendez-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px auto;
}

.rendez-buttons button {
    background: linear-gradient(145deg, #162E93, #0f0e3a);
    color: #ffffff;
    border: 2px solid rgba(47,47,228,0.5);
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    box-shadow:
        0 6px 15px rgba(0,0,0,0.5),
        0 0 15px rgba(47,47,228,0.4),
        inset 0 0 10px rgba(47,47,228,0.25);
    transition: 0.3s ease;
}

.rendez-buttons button:hover {
    border-color: #4a4aff;
    box-shadow:
        0 10px 20px rgba(0,0,0,0.6),
        0 0 25px rgba(47,47,228,0.7),
        inset 0 0 15px rgba(47,47,228,0.5);
}
#megr_nev {
    width: 100%;
    padding: 8px 10px;
    font-size: 15px; 
    box-sizing: border-box;
}

.megrendelo-kartya {
    background: #1A1953;
    padding: 25px;
    margin: 35px auto;
    width: 70%;
    border-radius: 14px;
    border-left: 6px solid #162E93;
    transform: perspective(800px) rotateX(2deg);
    box-shadow:
        0 8px 20px rgba(0,0,0,0.6),
        0 0 20px rgba(47,47,228,0.4);

    text-align: center;
    transition: 0.3s ease;
}

.megrendelo-kartya:hover {
    transform: perspective(800px) rotateX(0deg) scale(1.02);
    box-shadow:
        0 12px 25px rgba(0,0,0,0.7),
        0 0 30px rgba(47,47,228,0.7),
        inset 0 0 15px rgba(47,47,228,0.4);
}

.megrendelo-kartya img {
    width: 350px;
    max-width: 100%;
    border-radius: 12px;
    border: 3px solid #162E93;
    box-shadow:
        0 0 15px rgba(47,47,228,0.5),
        0 6px 15px rgba(0,0,0,0.5);
    transition: 0.3s ease;
}

.tobb-link {
    display: inline-block;
    padding: 10px 18px;
    background: linear-gradient(145deg, #162E93, #0f0e3a);
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 18px;
    border: 2px solid rgba(47,47,228,0.5);
    box-shadow:
        0 6px 15px rgba(0,0,0,0.5),
        0 0 15px rgba(47,47,228,0.4),
        inset 0 0 10px rgba(47,47,228,0.25);
    transition: 0.3s ease;
}

.tobb-link:hover {
    border-color: #4a4aff;
    box-shadow:
        0 10px 20px rgba(0,0,0,0.6),
        0 0 25px rgba(47,47,228,0.7),
        inset 0 0 15px rgba(47,47,228,0.5);
}

.rating-box {
    margin: 10px auto;
    padding: 10px;
    background: #080616;
    border-radius: 8px;
    width: fit-content;
    border: 2px solid #162E93;
    box-shadow: inset 0 0 10px rgba(47,47,228,0.25);
}

.star {
    font-size: 28px;
    cursor: pointer;
    color: #2F2FE4;
}

.star.active {
    color: #ffffff;
}

hr {
    border: none;
    border-top: 2px solid #162E93;
    width: 80%;
    margin: 30px auto;
}

@media (max-width: 700px) 
{
       
    body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #szuroPanel {
        width: 95% !important;
        margin: 0 auto !important;
        padding: 15px !important;
        box-sizing: border-box !important;
    }

   #szuroPanel form {
        grid-template-columns: 1fr !important;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
    }

    #megr_nev {
        width: 100% !important;
        max-width: 100% !important;
        padding: 8px !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }

    #szuroPanel select {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .megrendelo-kartya {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 18px !important;
        box-sizing: border-box !important;
    }

    .megrendelo-kartya img {
        width: 100% !important;
        max-width: 250px;
        height: auto !important;
        margin: 0 auto;
        display: block;
    }
}
