/**
 * Theme Name:     Hello Elementor Child
 * Author:         Reel Agency
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor Child Theme
 */

.post-item {
    transition: opacity 0.3s ease-in-out;
}

.post-item[style*="display: none"] {
    opacity: 0;
}


.content-wrapper {
    display: flex;
    width: 100%;
    padding-top: 50px;
    background-color: #FBFBFB;
	    padding-bottom: 80px;
}

.section-1 {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-2 {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-right: 120px;
    padding-left: 120px;
	padding-top:55px;
}

.post-item {
    padding: 10px;
    cursor: pointer;
    display: none; /* Initially hide all posts */
    border-bottom: 0 !important;
    width: 467px;
    max-width: 467px;
}

.post-item a {
    text-decoration: none;
    color: #333;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
}

.post-item.first {
    color: #14A993;

}
	.post-item.first {
    color: #14A993;
    position: relative;
    padding-bottom: 8px; /* Adjust this value if necessary */
}

.post-item.first::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px; /* Set the thickness of the bottom border */
    background-color: #14A993; /* Border color */
    border-radius: 50px; /* Rounded ends for the border */
}


.post-item.first a {
    color: #14A993;
}

.scrollable-buttons {
    display: flex;
    justify-content: start;
    padding: 10px;
    position: absolute;
    width: 150px !important;
}

.top {
    top: -15px;
}

.bottom {
    bottom: -15px;
}

#post-details {
    text-align: start;
	padding-right:60px;
}

#post-image {
    width: 683px;
    height: 323px;
    object-fit: cover;
    border-radius: 16px;
}

#post-list {
    list-style-type: none;
    padding: 0;
    max-height: auto;  /* You can adjust this to your desired height */
    overflow: hidden;   /* Remove both vertical and horizontal scrollbars */
    display: block;
}

.scrollable-buttons button {
    padding: 10px;
    cursor: pointer;
}

#scroll-up, #scroll-down {
    background-color: #fff;
    border-radius: 50px;
    border: none;
	padding:10px 12.5px ;
}

#post-title {
    padding-top: 10px;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.94px;
}

#post-description {
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
}

#post-title-static {
font-family:roboto;
	font-size:32p;
	font-weight:600;
	line-height:39.01px;
}

.e-form__indicators--type-number .e-form__indicators__indicator__separator {
	display:none;
}

.e-form__indicators__indicator__number {
	width:100% !important;
	padding:0 !important;
}

.e-form__indicators__indicator--state-active {
	padding:0 !important;
	font-size:16px;
	font-family:montserrat;
	font-weight:700;
	color:#000 !important;
}
.e-form__indicators__indicator__number::after {
    content: " z 8 pytań";

    color: inherit; /* Matches the text color */
    margin-left: 5px; /* Adds spacing */
	width:150px;
}
