/* Tüm container'ları serbest bırak */
body, 
html, 
.woocommerce,
.woocommerce-account,
.site,
.site-content,
.content-area,
.site-main,
#primary,
#main {
    max-width: none !important;
    width: auto !important;
    overflow: visible !important;
}

/* Container Pozisyonlama Düzeltmeleri */

/* Ana Container */
.woocommerce-account .woocommerce {
    position: relative;
    z-index: 1;
    width: auto !important;
    max-width: none !important;
    margin: 0;
    overflow: visible !important;
}


/* Sol Navigasyon Container */
.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    z-index: 3;
    width: 280px;
    margin-right: 0px;
    flex-shrink: 0;
}


/* Sağ İçerik Container */
.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    z-index: 2;
    width: auto !important;
    max-width: none !important;
    margin: 0;
    padding: 0;
    overflow: visible !important;
}

/* Form Section Containerları */
.form-section {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 40px;
   
}

/* Profil Fotoğrafı Container */
.profile-photo-section {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 30px;
}

/* Tablo Container */
.woocommerce-MyAccount-content table {
    position: relative;
    z-index: 1;
    width: 100%;
}

/* Form Row Container */
.form-row {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* İki Sütunlu Form Container Düzeltmeleri */
.form-row-half {
    position: relative;
    z-index: 2;
    width: 48%;
    margin-right: 4%;
    clear: none;
}

.form-row-half:nth-child(2n) {
    float: right;
    clear: right;
    margin-right: 0;
}

.form-row-half:nth-child(2n+1) {
    float: left;
    clear: left;
}

/* Container Arası Boşluk Düzeltmeleri */
.woocommerce-MyAccount-content > * {
    margin-bottom: 25px;
    width: 100%;
}

.woocommerce-MyAccount-content > *:last-child {
    margin-bottom: 0;
}

/* Özel Container Genişlikleri */
.woocommerce-form-row {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 15px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
}

/* Mesaj Containerları */
.woocommerce-error,
.woocommerce-message,
.woocommerce-info {
    position: relative;
    z-index: 5;
    width: 100%;
    margin-bottom: 20px;
}

/* Container İç Boşluk Düzeltmeleri */
.woocommerce-MyAccount-content {
    padding: 25px;
}

.form-section {
    padding: 20px;
    margin: 15px 0;
}

/* Container Arkaplan Renk Düzeltmeleri */
.woocommerce-MyAccount-navigation {
    background: #f8f9fa;
}

.woocommerce-MyAccount-content {
    background: #fff;
}

.form-section {
    background: #f8f9fa;
}

/* Mobil Düzenlemeler */
@media (max-width: 992px) {
    .woocommerce-account .woocommerce {
        padding: 15px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 220px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: calc(100% - 240px);
    }
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        display: block;
        padding: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin-left: 0;
    }

    .form-row-half {
        float: none !important;
        width: 100%;
        margin-right: 0;
        clear: both;
    }

    .woocommerce-form-row {
        padding: 10px;
    }
}

/* Container Display Özellikleri */
.woocommerce-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    gap: 0; /* Gap'i kaldırıp margin kullanıyoruz */
    align-items: flex-start; /* Üst hizalama */
}

/* Mobil Uyumluluk İyileştirmeleri */
@media screen and (max-width: 1200px) {
    .woocommerce-account .woocommerce {
        width: 300px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 120px;
    }
    
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce {
        display: block;
        padding: 10px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin: 0;
        padding: 15px;
        margin-left: -10px; /* Sola kaydırma */
    }

    .form-row-half {
        width: 100px;
        float: none;
        margin-right: 0;
    }

    .profile-photo-section {
        padding: 0 10px;
    }

    .woocommerce-MyAccount-content table {
        
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .game-proposal-card,
    .match-result-form {
        padding: 12px;
        width: 93vw !important;
        max-width: 93vw !important;
        margin: 0 auto !important;
        left: 0 !important;
        transform: translateX(-3.5vw) !important;
        box-sizing: border-box !important;
    }

    .woocommerce-notices-wrapper {
        width: 180% !important;
        max-width: 180% !important;
        margin-left: -35% !important;
        margin-right: -45% !important;
        padding: 12px 0 12px 12px;
        position: relative !important;
        left: 20% !important;
        right: 0 !important;
    }

    .team-photos {
        position: relative;
        left: 8px;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce-account .woocommerce {
        padding: 5px;
        
       
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .form-section {
        padding: 10px;
        margin: 10px 0;
       
    }

    .woocommerce-MyAccount-content table {
        font-size: 14px;
    }

    .profile-photo-preview {
        width: 120px;
        height: 120px;
    }

    .game-proposal-card,
    .match-result-form {
        padding: 8px;
        width: 96vw !important;
        max-width: 96vw !important;
        margin: 0 auto !important;
        left: 0 !important;
        transform: translateX(-2vw) !important;
        box-sizing: border-box !important;
    }

    .woocommerce-notices-wrapper {
        width: 200% !important;
        max-width: 200% !important;
        margin-left: -45% !important;
        margin-right: -55% !important;
        padding: 10px 0 10px 10px;
        left: 20% !important;
        right: 0 !important;
    }

    .team-photos {
        position: relative;
        left: 8px;
    }
}

@media screen and (max-width: 360px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .form-section {
        padding: 8px;
    }

    .woocommerce-MyAccount-content table {
        font-size: 13px;
    }

    .game-proposal-card,
    .match-result-form {
        padding: 6px;
        width: 97vw !important;
        max-width: 97vw !important;
        margin: 0 auto !important;
        left: 0 !important;
        transform: translateX(-1.5vw) !important;
        box-sizing: border-box !important;
    }

    .woocommerce-notices-wrapper {
        width: 220% !important;
        max-width: 220% !important;
        margin-left: -55% !important;
        margin-right: -65% !important;
        padding: 8px 0 8px 8px;
        left: 20% !important;
        right: 0 !important;
    }

    .team-photos {
        position: relative;
        left: 8px;
    }
}

/* Parent Container'ları Düzenle */
body, 
html, 
.woocommerce,
.woocommerce-account,
.site-content {
    overflow-x: visible !important;
    max-width: 100vw !important;
    position: relative !important;
}

/* Bildirim Wrapper */
.woocommerce-notices-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px;
    overflow: visible !important;
    transform: none !important;
}

/* Oyun Teklifleri Container */
.game-proposals {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: visible !important;
    transform: none !important;
}

/* Oyun Teklifi Kartı */
.game-proposal-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 120% !important;
    max-width: 120% !important;
    margin: 0 0 0 -20px; left: -180px !important;
    box-sizing: border-box;
    overflow: hidden;
    left: -180px !important;
}
.game-proposal-card::before {
    content: "6";
    position: absolute;
    top: 0;
    left: 0;
    color: red;
    font-size: 20px;
    font-weight: bold;
    z-index: 9999;
}

/* 7. Container Genişletilmiş Stiller */
.match-result-form {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    box-sizing: border-box;
    overflow: hidden;
}

.team-section {
    padding: 12px;
    margin-bottom: 10px;
}
.team-section::before {
    content: "7.1";
    position: absolute;
    top: 5px;
    left: 5px;
    color: blue;
    font-size: 20px;
    font-weight: bold;
    z-index: 9999;
}

.team-players {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    width: 100%;
}

.team-players::before {
    content: "7.2";
    position: absolute;
    top: 5px;
    left: 5px;
    color: blue;
    font-size: 20px;
    font-weight: bold;
    z-index: 9999;
}

.player-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

.player-card::before {
    content: "7.3";
    position: absolute;
    top: 5px;
    left: 5px;
    color: blue;
    font-size: 20px;
    font-weight: bold;
    z-index: 9999;
}

.player-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.player-info {
    flex: 1;
    min-width: 0;
}

.player-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.team-set-scores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.team-set-scores::before {
    content: "7.4";
    position: absolute;
    top: 5px;
    left: 5px;
    color: blue;
    font-size: 20px;
    font-weight: bold;
    z-index: 9999;
}

.score-input {
    width: 50px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
}

/* Large Desktop (1200px ve üstü) */
@media screen and (min-width: 1200px) {
    .game-proposals {
        grid-template-columns: repeat(3, 1fr);
        padding: 20px;
        gap: 30px;
    }

    .team-players {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .player-name {
        font-size: 16px;
    }

    .score-input {
        width: 70px;
        padding: 10px;
    }

    .game-proposal-card {
        padding: 25px;
        width: 120% !important;
        max-width: 120% !important;
        margin: 0 0 0 -20px; left: -180px !important;
    }
}

/* iPad Air (768px - 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .game-proposal-card {
        padding: 18px;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        left: 0 !important;
        transform: none !important;
    }

    .game-proposals {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 10px;
    }
    
    .match-result-form {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        left: 0 !important;
        transform: none !important;
        padding: 15px;
    }
}

/* iPad Pro (1024px - 1366px) */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .game-proposal-card {
        padding: 20px;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        left: 0 !important;
        transform: none !important;
    }

    .game-proposals {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 15px;
    }
}

/* Desktop (992px - 1199px) */
@media screen and (max-width: 1199px) {
    .game-proposals {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0;
    }

    .team-players {
        gap: 15px;
    }

    .player-name {
        font-size: 14px;
    }
}

/* Tablet (768px - 991px) */
@media screen and (max-width: 991px) {
    .game-proposals {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .game-proposal-card,
    .match-result-form {
        padding: 12px;
        width: 93vw !important;
        max-width: 93vw !important;
        margin: 0 auto !important;
        left: 0 !important;
        transform: translateX(-3.5vw) !important;
        box-sizing: border-box !important;
    }
    
    .team-players {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .player-photo {
        width: 45px;
        height: 45px;
    }
}

/* Large Mobile (480px - 767px) */
@media screen and (max-width: 767px) {
    .game-proposals {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .player-photo {
        width: 40px;
        height: 40px;
    }

    .player-name {
        font-size: 13px;
    }

    .team-set-scores {
        grid-template-columns: repeat(3, 1fr);
    }

    .score-input {
        width: 50px;
        padding: 6px;
        font-size: 14px;
    }

    .game-proposal-card,
    .match-result-form {
        padding: 10px;
        width: 94vw !important;
        max-width: 94vw !important;
        margin: 0 auto !important;
        left: 0 !important;
        transform: translateX(-3vw) !important;
        box-sizing: border-box !important;
    }
    
    .team-section {
        padding: 8px;
    }
    
    .score-input {
        width: 40px;
        height: 35px;
    }
}

/* Mobile (360px - 479px) */
@media screen and (max-width: 479px) {
    .game-proposals {
        padding: 0;
        gap: 8px;
    }

    .game-proposal-card,
    .match-result-form {
        padding: 8px;
        width: 95vw !important;
        max-width: 95vw !important;
        margin: 0 auto !important;
        left: 0 !important;
        transform: translateX(-2.5vw) !important;
        box-sizing: border-box !important;
    }
    
    .team-section {
        padding: 6px;
        margin-bottom: 8px;
    }
    
    .team-players {
        gap: 6px;
    }
    
    .score-input {
        width: 35px;
        height: 32px;
        font-size: 13px;
    }
    
    .team-set-scores {
        gap: 6px;
    }

    .player-photo {
        width: 35px;
        height: 35px;
    }

    .player-name {
        font-size: 12px;
    }
}

/* Small Mobile (360px altı) */
@media screen and (max-width: 359px) {
    .game-proposals {
        padding: 0;
        gap: 5px;
    }

    .game-proposal-card,
    .match-result-form {
        padding: 6px;
        width: 96vw !important;
        max-width: 96vw !important;
        margin: 0 auto !important;
        left: 0 !important;
        transform: translateX(-2vw) !important;
        box-sizing: border-box !important;
    }
    
    .team-section {
        padding: 5px;
        margin-bottom: 6px;
    }
    
    .score-input {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .team-set-scores {
        gap: 4px;
    }

    .player-photo {
        width: 30px;
        height: 30px;
    }

    .player-name {
        font-size: 11px;
    }
}

/* Genel Stil İyileştirmeleri */
.game-proposal-card button {
    padding: 10px 15px;
    border-radius: 6px;
    border: none;
    background: #008f70;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.game-proposal-card button:hover {
    background: #00a98b;
}

.game-proposal-card button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.game-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
}

.game-details span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.game-details i {
    color: #008f70;
    width: 20px;
    text-align: center;
}

/* Scrollbar Stilleri */
.game-proposals {
    scrollbar-width: thin;
    scrollbar-color: #008f70 #f1f1f1;
}

.game-proposals::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.game-proposals::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.game-proposals::-webkit-scrollbar-thumb {
    background: #008f70;
    border-radius: 10px;
}

/* Bildirim Mesajları */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
    margin: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .woocommerce-notices-wrapper .woocommerce-message,
    .woocommerce-notices-wrapper .woocommerce-error,
    .woocommerce-notices-wrapper .woocommerce-info {
        padding: 8px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce-notices-wrapper .woocommerce-message,
    .woocommerce-notices-wrapper .woocommerce-error,
    .woocommerce-notices-wrapper .woocommerce-info {
        padding: 6px;
        font-size: 13px;
    }
}

.woocommerce-MyAccount-content h3 {
    margin-left: 20px !important;
}

.woocommerce-MyAccount-content h3 img.emoji {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

/* Uyarı metni için hizalama */
.woocommerce-MyAccount-content > p[style*="color: #666"] {
    position: relative;
    margin-left: -185px !important;
    left: -180px !important;
}

@media screen and (max-width: 991px) {
    .woocommerce-MyAccount-content h3 {
        margin-left: 20px !important;
        left: -180px !important;
        font-size: 16px;
    }
    
    .woocommerce-MyAccount-content > p[style*="color: #666"] {
        margin-left: -185px !important;
        left: -180px !important;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content h3 {
        margin-left: 20px !important;
        left: -180px !important;
        font-size: 16px;
    }
    
    .woocommerce-MyAccount-content > p[style*="color: #666"] {
        margin-left: -185px !important;
        left: -180px !important;
    }
}

@media screen and (max-width: 480px) {
    .woocommerce-MyAccount-content h3 {
        margin-left: 20px !important;
        left: -180px !important;
        font-size: 15px;
    }
    
    .woocommerce-MyAccount-content > p[style*="color: #666"] {
        margin-left: -185px !important;
        left: -180px !important;
    }
}

@media screen and (max-width: 1200px) {
    .game-proposal-card,
    .match-result-form {
        padding: 15px;
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Container İçerik Düzenlemeleri */
.game-proposal-card,
.woocommerce-notices-wrapper {
    box-sizing: border-box !important;
    transform-origin: center !important;
    z-index: 1000 !important;
    overflow: visible !important;
}

/* İç Container'ların Genişliklerini Ayarla */
.team-section,
.team-players,
.player-card,
.team-set-scores {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

@media screen and (max-width: 768px) {
    .match-result-form {
        width: 102% !important;
        max-width: 102% !important;
        margin-left: -1% !important;
        margin-right: -1% !important;
        padding: 15px;
        left: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .match-result-form {
        width: 104% !important;
        max-width: 104% !important;
        margin-left: -2% !important;
        margin-right: -2% !important;
        padding: 12px;
        left: 0 !important;
    }
}

@media screen and (max-width: 360px) {
    .match-result-form {
        width: 106% !important;
        max-width: 106% !important;
        margin-left: -3% !important;
        margin-right: -3% !important;
        padding: 10px;
        left: 0 !important;
    }
}

/* Score inputs için özel CSS */
.teams-photos-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
    padding-left: 80px;
    gap: 15px;
}

.team-photos-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 120px;
    justify-content: center;
    position: relative;
}

.team-label {
    font-weight: 700 !important;
    color: #008f70 !important;
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-photos {
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    left: 8px;
}

.player-photo-circle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.player-photo-circle:not(:first-child) {
    margin-left: -15px;
}

.player-photo-circle img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    border: 3px solid #008f70 !important;
    object-fit: cover !important;
    box-shadow: 0 3px 10px rgba(0, 143, 112, 0.2) !important;
    position: relative;
    z-index: 1;
}

.player-photo-circle:first-child img {
    z-index: 2;
}

.player-photo-circle .player-name {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    max-width: 70px !important;
    word-wrap: break-word !important;
    line-height: 1.2 !important;
}

.sets-container {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: stretch;
}

.set-score-row {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: flex-start;
}

/* Gizli setler için stil */
.set-score-row[style*="display: none"] {
    display: none !important;
}

.set-score-row[style*="display: block"], 
.set-score-row:not([style*="display: none"]) {
    display: flex !important;
}

.set-label {
    font-weight: 700 !important;
    color: #008f70 !important;
    font-size: 18px !important;
    text-align: left !important;
    margin: 0 !important;
    display: block !important;
    min-width: 80px !important;
    flex-shrink: 0 !important;
}

.sets-container .score-inputs {
    display: flex !important;
    gap: 15px !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.sets-container .score-inputs .team-score-input {
    width: 120px !important;
    max-width: 120px !important;
    min-width: 120px !important;
    height: 45px !important;
    padding: 8px !important;
    font-size: 16px !important;
    margin: 0 !important;
    flex: 0 0 120px !important;
    box-sizing: border-box !important;
}

@media screen and (max-width: 768px) {
    .teams-photos-container {
        margin-bottom: 20px;
        padding-left: 60px;
        gap: 15px;
    }
    
    .team-photos-group {
        width: 110px;
        justify-content: center;
    }
    
    .team-label {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }
    
    .team-photos {
        gap: 0px;
        position: relative;
        left: 8px;
    }
    
    .player-photo-circle:not(:first-child) {
        margin-left: -12px;
    }
    
    .player-photo-circle img {
        width: 45px !important;
        height: 45px !important;
    }
    
    .sets-container {
        gap: 15px;
    }
    
    .set-score-row {
        gap: 10px;
    }
    
    .set-label {
        font-size: 16px !important;
        min-width: 60px !important;
    }
    
    .sets-container .score-inputs {
        gap: 15px !important;
    }
    
    .sets-container .score-inputs .team-score-input {
        width: 110px !important;
        max-width: 110px !important;
        min-width: 110px !important;
        height: 50px !important;
        padding: 12px !important;
        font-size: 18px !important;
        flex: 0 0 110px !important;
    }
}

@media screen and (max-width: 480px) {
    .teams-photos-container {
        margin-bottom: 15px;
        padding-left: 50px;
        gap: 12px;
    }
    
    .team-photos-group {
        width: 90px;
        justify-content: center;
    }
    
    .team-label {
        font-size: 13px !important;
        margin-bottom: 8px !important;
    }
    
    .team-photos {
        gap: 0px;
        position: relative;
        left: 8px;
    }
    
    .player-photo-circle:not(:first-child) {
        margin-left: -10px;
    }
    
    .player-photo-circle img {
        width: 40px !important;
        height: 40px !important;
    }
    
    .sets-container {
        gap: 12px;
    }
    
    .set-score-row {
        gap: 8px;
    }
    
    .set-label {
        font-size: 15px !important;
        min-width: 50px !important;
    }
    
    .sets-container .score-inputs {
        gap: 12px !important;
    }
    
    .sets-container .score-inputs .team-score-input {
        width: 90px !important;
        max-width: 90px !important;
        min-width: 90px !important;
        height: 45px !important;
        flex: 0 0 90px !important;
    }
}

@media screen and (max-width: 360px) {
    .teams-photos-container {
        margin-bottom: 12px;
        padding-left: 40px;
        gap: 10px;
    }
    
    .team-photos-group {
        width: 80px;
        justify-content: center;
    }
    
    .team-label {
        font-size: 12px !important;
        margin-bottom: 6px !important;
    }
    
    .team-photos {
        gap: 0px;
        position: relative;
        left: 8px;
    }
    
    .player-photo-circle:not(:first-child) {
        margin-left: -8px;
    }
    
    .player-photo-circle img {
        width: 35px !important;
        height: 35px !important;
    }
    
    .sets-container {
        gap: 10px;
    }
    
    .set-score-row {
        gap: 6px;
    }
    
    .set-label {
        font-size: 14px !important;
        min-width: 40px !important;
    }
    
    .sets-container .score-inputs {
        gap: 10px !important;
    }
    
    .sets-container .score-inputs .team-score-input {
        width: 80px !important;
        max-width: 80px !important;
        min-width: 80px !important;
        height: 40px !important;
        flex: 0 0 80px !important;
        font-size: 14px !important;
    }
} 