* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

h1 {
    font-family: Arial, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: #4a90e2;
    transition: color 0.2s ease;
}

a:hover {
    color: #fa4b2a;
    text-decoration: underline;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.responsive {
    padding: 0 5px;
    float: left;
    width: 50%;
}

.new {
    padding: 0 5px;
    float: left;
    width: 33%;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.blue {
    overflow: hidden;
}

.blue iframe {
    width: 100%;
    height: 120px;
    border: 0;
}

.right-col iframe {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.clappr-player {
    width: 100% !important;
    height: 100% !important;
}

video {
    object-fit: fill;
}

.partii-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.partie-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 250px;
    text-align: center;
    transition: all 0.2s ease;
}

.partie-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.partie-card img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}

.partie-card h3 {
    font-size: 1.2em;
    margin-bottom: 8px;
    color: #333;
}

.partie-card p {
    margin: 4px 0;
    font-size: 0.95em;
    color: #555;
}

.difficulty-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.difficulty-icon.red { background: #ff0000; }
.difficulty-icon.black { background: #000; }
.difficulty-icon.blue { background: #0000ff; }
.difficulty-icon.bluo { background: #3399ff; }

.partie-info {
    margin: 8px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
}

.partie-info i {
    font-style: normal;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.partie-info p {
    margin: 0;
}

.nocturna {
    color: #ff6600;
    font-weight: bold;
}

.tarife-skipass {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.tarife-skipass th {
    background: #555;
    color: #fff;
    padding: 10px;
    font-size: 16px;
}

.tarife-skipass td {
    padding: 8px;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
}

.tarife-skipass tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.tarife-skipass tbody tr:nth-child(odd) {
    background: #eee;
}

.cam-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.titlu {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 1rem;
}

img,
.content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.new iframe,
.responsive iframe,
.responsive-iframe {
    width: 100%;
    height: 350px;
    border: 0;
}

.ad-container {
    margin: 5px 0;
}

@media only screen and (max-width: 992px) {
    .partie-card {
        flex: 1 1 calc(50% - 20px);
    }
}

@media only screen and (max-width: 768px) {
    .container {
        padding: 0 10px;
    }

    .responsive,
    .new {
        width: 100%;
    }

    h1 {
        font-size: 1.2rem;
    }

    h2, h3, h4, h5, h6 {
        font-size: 1rem;
    }

    .tarife-skipass th,
    .tarife-skipass td {
        font-size: 14px;
        padding: 6px;
    }

    .video-container iframe {
        height: 100% !important;
    }
}

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 1.1rem;
    }

    p {
        font-size: 0.9rem;
    }

    .partie-card {
        flex: 1 1 100%;
    }

    .partie-card h3 {
        font-size: 1.1em;
    }

    .responsive-iframe,
    .new iframe {
        height: 280px;
    }
}

@media only screen and (max-width: 500px) {
    .responsive,
    .new {
        width: 100%;
        margin-bottom: 10px;
    }

    .tarife-skipass th,
    .tarife-skipass td {
        font-size: 12px;
        padding: 4px;
    }
}