/*
Theme Name:     Newspaper Child SUNPAPERS
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/

/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.sun-papers-evenet {
	display: flex;
	flex-direction: column-reverse;
}
.action-cta-button{
    display: block;
    margin: 30px auto 30px;
    padding: 14px 32px;
    background: linear-gradient( 135deg,#4a90e2 0%,#357abd 100%);
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    font-family: Roboto, -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(74, 144, 226, 0.25);
    width: fit-content;
    line-height: 1.2;
    min-height: 46px;
    box-sizing: border-box;
}
.action-cta-button:hover{
    background: linear-gradient(135deg, #357abd 0%, #2a5f99 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(74, 144, 226, 0.35);
}

/* table styles */
.tdb_single_content table {
    width: 100%;
    border: 0px solid #fff0 !important;
}
.tdb_single_content table tbody tr, .td-post-content table tbody tr, table tbody tr {
    border-top: 1px solid #d0d0d0 !important;
    border-bottom: 1px solid #d0d0d0 !important;
    border-left: none !important;
    border-right: none !important;
    transition: all 0.3s 
        ease !important;
}
.tdb_single_content table td:first-child, .td-post-content table td:first-child, table td:first-child {
    font-weight: 700 !important;
    color: #000 !important;
    font-size: 16px !important;
    background: transparent !important;
    border: none !important;
    font-family: Roboto, -apple-system, sans-serif !important;
}
.tdb_single_content table tr {
    border-bottom: 2px solid #fab041;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12.5px 20px;
}
.tdb_single_content table tr:nth-child(even) {
    background-color: #fab0411a;
}
.tdb_single_content table tbody tr + tr, .td-post-content table tbody tr + tr, table tbody tr + tr {
    border-top: none !important;
}

.td-footer-shield-container {
    padding: 0px;
    background: rgb(250 176 65 / 18%) !important;
    height: 0;
    max-height: 0;
    width: 1068px;
    position: relative;
    margin: auto;
}

.td-footer-shield-container>a>img {
    float: right;
    z-index: 9999999;
    position: relative;
    transform: translate3d(0vw, 78px, 0px);
    position: absolute;
    left: 470px;
    max-height: 80px;
}

@media (max-width: 767px) {
    .td-footer-shield-container {
        padding: 0px;
        background: rgb(250 176 65 / 18%) !important;
        height: 100px;
        max-height: unset;
        width: 100%;
        position: relative;
        margin: auto;
        text-align: center;
        align-items: center;
    }

    .td-footer-shield-container>a>img {
        float: unset;
        z-index: 2;
        transform: translateY(55px);
        position: absolute;
        left: unset;
        margin-left: -33px;
        max-height: 80px;
    }

    .tdb_header_logo .tdb-logo-img-wrap img {
        max-width: 250px !important;
    }
}