.toplist-aussiepokies__offer {
    border: 1px solid #00a854 !important;
    background: linear-gradient(90deg, #000000 0%, #626262 100%) !important;
}

.toplist-aussiepokies__offer-cta-btn {
    background-color: #00a854 !important;
    color: #fff !important;
}

.toplist-aussiepokies__offer-cta-btn:hover {
    background-color: #43bf81  !important;
    color: #000000 !important;
}



/*AUTHOR SECTION And Page START*/
.main-title {
    text-align: left;
}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f2f2f2;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.name_author_out {
    display: flex;
    align-items: center;
}

.name_author_out span.lbl {
    margin-right: 5px;
    font-weight: bold;
}

.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.name_author_out a {
    color: inherit;
    text-decoration: underline;
}

.name_author_out a p {
    font-size: 16px;
}

.name_author_out a:hover {
    color: var(--hover-color);
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.author_imag {
    line-height: 0;
}

.name_author_out {
    display: flex;
}

.name_author_out span.lbl {
    margin-right: 5px;
}

/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #fff;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.author-box-wrapper {
    padding: 30px 0;
    margin-top: 32px;
    box-shadow: none;
    background-color: #fff;
}

.author-f-name .label,
.author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}

.author-f-name {
    display: flex;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 18px;
}

/*AUTHOR SECTION And Page END*/