@import url("rtve.basics.commons.css");
@import url("rtve.desktp.commons.css");
@import url("rtve.basics.p_final.content.css");
@import url("rtve.desktp.p_final.content.css");
@import url("rtve.p_final.desktp.css");

/*tabBox*/
.tabBox .tab {overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1;}
.tabBox .tab button {background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;}
.tabBox .tab button:hover {background-color: #ddd;}
.tabBox .tab button.active {background-color: #ccc;}

.tabBox .tabcontent {display:none;}
.tabBox .tabcontent.active {display:block;}


/*ESTA ES EL CSS ORIGINAL DE LAS PFS DE RTVE*/

/* arreglo iframe */
iframe[src*="ebu"] {min-height:24rem;}


#Hear-from-You {
    border: 2px solid #d25000;
}

#Hear-from-You {
    border: 2px solid var(--mainColor);
    border-radius: 16px;
    max-width: 560px;
    margin: 0 auto;
    font-family: Arial;
    box-shadow: 0px 0px 20px var(--mainColor);
    background: #fff;
}

.Hear-from-You-Form {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;
    box-sizing: border-box;
}

.Hear-from-You-Title {
    text-align: center;
    padding: 15px 15px;
    font-size: 30px;
    background: var(--mainColor);
    color: #fff;
    text-transform: uppercase;
    margin: 20px 15px 30px;
    line-height: 1.2;
    letter-spacing: 2px;
}
@media(max-width: 767px){
    .Hear-from-You-Title {
        font-size: 24px;
    }
}

#Hear-from-You input {
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    padding: 12px 15px;
    box-sizing: border-box;
    border: 1px solid var(--mainColor);
    border-radius: 4px;
    color: var(--input-color);
    line-height: 1;
    background: #f7f7f7;
    box-shadow: 3px 3px 6px #00000030;
    font-family: Arial;
    background: #fff;
}
#Hear-from-You input:focus{
    outline: 1px solid var(--mainColor);
}

.Hear-from-You-Btn {
    background: #d25000;
    color: #fff;;
    width: 100%;
    padding: 14px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 15px;
    font-family: Arial;
    letter-spacing: 1px;
    box-shadow: #000000;
    margin-top: 15px;
}

.fb-comment__container {
	margin: 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.2;
}
.fb-comment__heading {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #e9ebee;
}
.fb-comment__colvo {
	font-weight: 600;
	font-size: 14px;
	color: #4b4f56;
}
.fb-comment__sort-wrap {}
.fb-comment__sort_title {
	color: #4b4f56;
	font-size: 14px;
}
.fb-comment__sort_by {
	background-color: #f5f6f7;
	color: #4b4f56;
	line-height: 22px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border-radius: 2px;
	border: 1px solid #ccd0d5;
	appearance: unset!important;
}
.fb-comment__form-block {
	display: flex;
	gap: 10px;
	margin: 15px 0;
}
.fb-comment__form-img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	flex-shrink: 0;
}
.fb-comment__form {
	border: 1px solid #d3d6db;
	flex-grow: 1;
}
.fb-comment__add-comment {
	min-height: 40px;
	padding: 12px;
	width: 100%;
	box-sizing: border-box;
	cursor: text;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	resize: none;
	border: none;
	  outline: none;
}
.fb-comment__add-comment:focus{
	border: none;
}
.fb-comment__form-post {
	border-top: 1px solid #d3d6db;
	background: #f5f6f7;
	padding: 8px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.fb-comment__also {
	display: flex;
	align-items: center;
	gap: 5px;
}
.fb-comment__also-check {}
.fb-comment__also-text {
	font-size: 11px;
	color: #90949c;
}
.fb-comment__btn {
	background-color: #9cb4d8;
	cursor: not-allowed;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	padding: 5px 10px;
	border-radius: 2px;
	flex-shrink: 0;
	border: none;
}
.fb-comment__body {
	margin-top: 20px;
}
.fb-comment__list{
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 0;
}
.fb-comment__comment-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.fb-comment__comment {
	display: flex;
	gap: 15px;
}
.fb-comment__person-photo {
	width: 50px;
	height: 50px;
	object-fit: cover;
	flex-shrink: 0;
}
.fb-comment__comment-content {
	flex-direction: column;
}
.fb-comment__name {
	font-weight: 600;
	color: #365899;
	font-size: 14px;
	line-height: 1.4;
}
.fb-comment__text {
	font-size: 14px;
	color: #4b4f56;
	margin: 4px 0 8px!important;
}
.fb-comment__meta {
	display: flex;
	gap: 6px;
	align-items: center;
}
.fb-comment__like {
	color: #4267b2;
	font-size: 12px;
	cursor: pointer;
}
.fb-comment__reply {
	color: #4267b2;
	font-size: 12px;
	cursor: pointer;
}
.fb-comment__like-colvo {
	font-size: 12px;
	color: #90949c;
	display: flex;
	gap: 3px;

}
.fb-comment__like-colvo:before{
	content: url('fb-comments-images/like.svg');
	width: 10px!important;
}
.fb-comment__date {
	font-size: 12px;
	color: #90949c;
}
.fb-comment__answer{
	margin-left: 65px;
	padding-left: 10px;
	border-left: 1px dotted #d3d6db;
}