.et_pb_button:hover {
    background-color: #b20056 !important;
    border: 2px solid #b20056 !important;
    color: #FFF !important; 
}

/* Meta Info */
#post-meta-row > .et_pb_column:nth-child(1) {
    width: 22%;
}
#post-meta-row > .et_pb_column:nth-child(2) {
    width: 9%;
}
#post-meta-row > .et_pb_column:nth-child(3) {
    width: 30%;
}
#post-meta-row > .et_pb_column:nth-child(4) {
    width: 30%;
    text-align: right;
}
.author-info {
    display: flex;
    gap: 15px;
}
.author-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.author-details > p:first-child {
    padding-bottom: 5px !important;
}
.author-avatar img {
    max-width: unset !important;
    border-radius: 100%;
}
.social-icon {
    display: inline-flex;
    margin-left: 33px !important;
}
@media (max-width:768px) {
    #post-meta-row > .et_pb_column:nth-child(4) {
        text-align: center;
    }
    #post-meta-row > .et_pb_column:nth-child(4) > .social-icon:first-child {
        margin: 0px !important;
    }
}

/* Post content */
h1 {
    margin-bottom: 20px;
}
#title-image-module img {
    border-radius: 16px;
}
#post-content-module {
    margin-bottom: 13px !important;
}
#post-content-module .et_pb_section {
    padding: 0px;
}
#post-content-module .et_pb_row {
    padding: 0px;
    width: 100%;
    margin: 0;
    max-width: 100%;
}

/* Section copy succesful link */
#copy-success-section {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    transition: bottom 0.5s ease;
    display: none;
    width: 100%;
    padding: 0 7%;
    background-image: url('/wp-content/uploads/2024/11/contact-sent-message.webp');
    background-repeat: no-repeat;
    background-size: auto;
    background-position-x: 92%;
}
#copy-success-section.show {
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    #share-button-row {
        display: flex;
        align-items: center;
    }
    #share-button-row > .et_pb_column:nth-child(1){
        margin-bottom: 0;
        width: 85% !important;
        padding-right: 20px;
    }
    #share-button-row > .et_pb_column:nth-child(2){
        width: 15% !important;
    }
    #copy-success-section {
        bottom: 121px;
        padding-right: 30%;
    }
}