/* Extrakce z woocommerce/myaccount/dashboard.php */

    header.entry-header{
        display: none !important;
    }

.actual-paw {
    width: 7em;
    right: 0em;
    margin-top: -5.1em;
    position: absolute;
    top: 1em;
    z-index: 1000;

} 

.actual-paw-text
{ 
    margin-top: -1.7em;
    font-size: 0.85em;  
}  

.tlapicky-value {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
}

.tlapicky-tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
    background-color: #ff9635;
    color: #ffffff;
    border: 1px solid #ff9635;
    font-size: 0.6em;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    vertical-align: middle;
}

.next-paw {
    position: absolute;
    right: 0;
    top: -6em;
    width: 9em;
    max-width: 140px;
    filter: grayscale(100%);
}

.next-paw-text {
    font-size: 0.9em;
    line-height: 1.5;
    color: #393E4D;
    margin: 0;
}

.next-paw-container {
    position: relative;
    margin-top: 1.2em;
    padding-right: 9em;
}

@media only screen and (max-width: 768px) {
    .actual-paw {
        width: 9em;
        right: 0;
        margin-top: -6.1em;
        position: absolute;
        top: 2em;
        z-index: 1000;
    } 

    .actual-paw-text
    { 
        margin-top: 1em;
        font-size: 1.06em;   
    } 

    .next-paw-container {
        padding-right: 0;
    }

    .next-paw {
        display: none !important;
    }

    .next-paw-text
    {
        font-size: 1.06em;
    }

} 

    .task-nadpis { 
        font-size: 1.1em;
        font-weight: bold;
    }

    .my_account_referral_link_static { 
       
    }

    .rs_my_referral_link_title {
    }
.woocommerce-MyAccount-content {
    padding: 2em;
    border-radius: 8px;
     box-shadow: none !important;
    border: solid 1px #f2f2f2;  
    background-color: #FBFBFB;
}

.woocommerce-MyAccount-content p:nth-of-type(2) {
    display: none;
}
  
 

.tlapicka-barva-nova-tlapicka { background: linear-gradient(135deg, #8b3c89, #a855a8); color: white; }
.tlapicka-barva-verna-tlapicka { background: linear-gradient(135deg, #287434, #3a9a4a); color: white; }
.tlapicka-barva-bronzova-tlapicka { background: linear-gradient(135deg, #d05c18, #e67e22); color: white; }
.tlapicka-barva-stribrna-tlapicka { background: linear-gradient(135deg, #5b7996, #7a9bb8); color: white; }
.tlapicka-barva-zlata-tlapicka { background: linear-gradient(135deg, #fbba3a, #f1c40f); color: white; }
.tlapicka-barva-kralovska-tlapicka { background: linear-gradient(135deg, #751954, #9b2c6b); color: white; }

/* Třídy s podtržítky pro nový design */
.tlapicka-barva-nova_tlapicka { background: linear-gradient(135deg, #8b3c89, #a855a8); color: white; }
.tlapicka-barva-verna_tlapicka { background: linear-gradient(135deg, #287434, #3a9a4a); color: white; }
.tlapicka-barva-bronzova_tlapicka { background: linear-gradient(135deg, #d05c18, #e67e22); color: white; }
.tlapicka-barva-stribrna_tlapicka { background: linear-gradient(135deg, #5b7996, #7a9bb8); color: white; }
.tlapicka-barva-zlata_tlapicka { background: linear-gradient(135deg, #fbba3a, #f1c40f); color: white; }
.tlapicka-barva-kralovska_tlapicka { background: linear-gradient(135deg, #751954, #9b2c6b); color: white; }

.tlapicka-barva {
    color: #FFA500 ; 
}

.next-paw-grayscale {
    filter: grayscale(100%);
}


.unique-mydogs-list {
    display: ruby;
    flex-wrap: wrap;
    gap: 20px;  
    justify-content: space-around;

}  

.unique-dog-container {
    position: relative;
    width: calc(33.333% - 48px); 
    height: 100px;   
    margin-right: 10px;
    margin-left: 10px;
    flex: 0 0 calc(33.333% - 48px);
}

@media only screen and (max-width: 768px) {
    .unique-dog-container {
        width: calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
        margin-bottom: 15px;
    }
}

.unique-dog-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

.unique-dog-name {
    background-color: #722C54;
    color: white;
    font-weight: 700;
    padding: 3px;
    margin-left: -1em; 
    position: absolute;
    top: 40%;
    left: 70px;
    transform: translateY(-50%);
    white-space: nowrap; 
    font-size: 0.9em;
    padding-left: 2em !important;
    padding-right: 1em; 
}

.dog-sex-class {
    
    left: 7em; 
    position: absolute;
    color: #393E4D;
    font-weight: 500;
    font-size: 0.75em;
    padding-top: 0.4em; 
}


