#tab-nav-top button {
    /* Basic button styling */
    background-color: #f0f0f0;
    padding: 10px;
    margin-right: 5px;
    cursor: pointer;
    outline: none;
    border: none;

    font-optical-sizing: auto;


}

#tab-nav-top button.active {
    border-bottom: 2px solid blue;
    background-color: ghostwhite;


}

.main-content {
    background-color: #ffffff;
    /**  background-color: #f1f1f1; **/
    padding: 0px;
    width: 100%;
  
    /* Fallback font */
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden;

    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}


#logo {
    width: 70%;
    height: 50px;
    object-fit: contain;

}

nav {
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    flex-direction: row;
    place-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 65px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

#tab-nav-top {
    width: 100%;
    padding-left: 30px;
    height: 55px;
    padding: 20px;
    background-color: #ffffff;
    border-bottom: 1px solid rgb(224, 224, 224);

    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-items: center;
    align-items: center;
}

#tab-nav-top>button {
    width: auto;
    height: 54px;
    background-color: #ffffff;
    outline: none;
    font-size: 13px;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    color: black;
    font-weight: 500;
    font-style: normal;
}



#tab-nav-top>button a {
    text-decoration: none;
    color: inherit;
}


#logo {
    width: 70%;
    height: 50px;
    object-fit: contain;

}

nav {
    width: 100%;
    height: 50px;
    background-color: white;
    display: flex;
    flex-direction: row;
    place-content: space-between;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 65px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

#tab-nav-top {
    width: 100%;
    padding-left: 30px;
    height: 55px;
    padding: 20px;
    background-color: #ffffff;
    border-bottom: 1px solid rgb(224, 224, 224);

    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-items: center;
    align-items: center;
}

#tab-nav-top>button {
    width: auto;
    height: 54px;
    background-color: #ffffff;
    outline: none;
    font-size: 13px;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    color: black;
    font-weight: 500;
    font-style: normal;
}

#tab-nav-top>button:hover {
    border-bottom: 2px solid rgb(30, 73, 216);
    background-color: #fcfcfc;
}



#tab-nav-top>button a {
    text-decoration: none;
    color: inherit;
}


.auto-fold #wpcontent {
    padding-left: 0px;
}

img.avatar {
    width: 35px;
    /* Adjust size as needed */
    height: 35px;
    /* Adjust size as needed */
    border-radius: 50%;
    margin-right: 50px;
    /* Space between image and name */
    vertical-align: middle;

    object-fit: cover;
}


.author-kit-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 60px;
    font-size: 14px;
}

.author-kit-header-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

/* Pro Feature Styling */
.pro-icon {
    color: #f4b400;
    /* Gold color for Pro */
    font-size: 16px;
}

a.pro-link,
.author-kit-header-item a {
    color: #046bd2;
    text-decoration: none !important;
    font-weight: 600;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

a.pro-link:focus,
a.pro-link:hover,
a.pro-link:active,
a.pro-link:visited,
.author-kit-header-item a:focus,
.author-kit-header-item a:hover,
.author-kit-header-item a:active,
.author-kit-header-item a:visited {
    text-decoration: none !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

a.pro-link:focus-visible,
.author-kit-header-item a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}


/* Version Display */
.version-text {
    font-weight: 600;
    color: #333;
}

.version-badge {
    background-color: #e0e0e0;
    color: #555;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Documentation Icon */
.doc-icon {
    font-size: 16px;
    color: #4a90e2;
}

#update-nag, .update-nag{
    display: none !important;
}