/*
Theme Name: Theme Onistudio
Text Domain: screenshot-theme
Version: 0.1
Author: Onistudio developers
*/

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
    overflow: scroll!important;
    display: block;
		width: 100%;
    height: 100% !important;
}

th,
td {
    padding: 12px 15px!important;
}

th,
td {
    border: 1px solid #ddd;
}

th {

    font-weight: bold;
}




th {
    text-align: center;
}

thead {
    position: sticky;
    top: 0;

    z-index: 1;
}

.author-profile {
	 padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 0.5em 1rem 0 rgba(0, 0, 0, 0.1) !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    .author-avatar {
        text-align: center;
        margin-bottom: 15px;
    }

    .author-avatar img {
        border-radius: 50%;
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
		.author-contact ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.author-contact ul li {
    margin: 5px;
}

.author-contact ul li a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.author-contact ul li a:hover {
    background-color: #f0f0f0;
}
.author-post-count{
	text-align: center;
}
h1{
	font-size: clamp(rem(24), vw(40), rem(40));
	text-align: center;
}
.author-bio{
	text-align: center;
	margin-bottom: rem(12);
}
}
