.dealbox{
	border: 1px solid #ececec;
	padding:25px;
}
.dealbox img{
 display: block;
 margin: 0 auto 15px;
}
.post-inner{
	width: 100% !important;
}
.post-content a{
	border-bottom: none !important;
}
#page-2094 .post-header{
	display: none;
}
.header{
	padding: 15px 0;
}
.wp-element-button{
    border: 1px solid #ccc!important;
    box-sizing: border-box;
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    padding: 7px 12px 6px;
    text-align: center;
    text-decoration: none!important;
}
.post-thumbnail img{
	image-rendering:auto;
height: 102 !important;
	width: 183 !important
}
.wp-block-search__button{
	background-color:gray;
}
.bbhprice{
	font-size:30px;
	color:red;
	font-weight:bold;
}
.bbholdprice{
	font-size:14px;
	color:black;
	font-weight:normal;
	text-decoration:line-through;
	margin-right:10px;
}
.bbhpercentsaved{
	font-size:14px;
	background-color:#4de18c;
	margin-right:10px;
}
.bbhpricebox{
	text-align:right;
	padding:10px;
}
.bbhcoupon{
	font-size:20px;
	color:red;
	font-weight:bold;
}
/* Styling for the deal post container */
    .deal {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    /* Styling for the left column containing the image */
    .deal .left-column {
        flex: 0 0 100%;
        max-width: 100%;
			  padding : 10px;
    }

    .deal .left-column img {
        width: 100%;
        height: auto;
    }

    /* Styling for the right column */
    .deal .right-column {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* Styling for the top part of the right column */
    .deal .right-column .top-right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
    }

    /* Styling for the bottom part of the right column */
    .deal .right-column .disclaimer {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
        font-style: italic;
        font-size: small;
        color:#c0bcbc
    }

    .deal .right-column .button {
        display: inline-block;
        padding: 10px 20px;
        background-color: #131414;
        color: #fff;
        text-decoration: none;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    /* Styling for when the button is hovered */
    .deal .right-column .button:hover {
        background-color: #828487;
    }

    /* Styling for the deal title */
    .deal .title {
        font-size: 20px;
        font-weight: bold;
        font-family: 'Times New Roman', Times, serif;
			line-height: 1.3;
			margin-bottom:20px;
    }

    /* Styling for the deal description */
    .deal .description {
        font-size: 16px;
        margin: 10px 0;
    }

    .deal .price {
        font-size: 18px;
        margin: 0 0 20px;
       font-family: cursive;
    }

    /* Styling for the deal price */
    .deal .original-price {
        font-size: 15px;
        margin: 0;
       
    }

    .deal .discounted-price {
        font-size: 25px;
        margin: 0;
        color: red;
        font-weight: bold;
    }

    .deal .buy {
        font-size: 18px;
        margin: 0;
			  
    }
    /* Styling for the deal link */
    .deal .link {
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #007bff;
    }

    .deal .link:hover {
        text-decoration: underline;
    }

    /* Media query for smaller screens */
    @media (min-width: 768px) {
        .deal {
            flex-direction: row;
        }
        .deal .left-column {
            flex: 0 0 50%;
            max-width: 50%;
        }
        .deal .right-column {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }