/*
Theme Name: Royal Elementor Kit Child
Template: royal-elementor-kit
Version: 1.0
Text Domain: royal-elementor-kit-child
*/
/* ============================
   FICHA PROYECTOS FORESTLINK
============================ */

.forestlink-proyecto{
    max-width:1200px;
    margin:60px auto;
    padding:20px;
}

.forestlink-cabecera{
    display:flex;
    gap:30px;
    align-items:center;
    margin-bottom:50px;
}

.forestlink-cabecera img{
    width:180px;
    height:180px;
    object-fit:contain;
    border-radius:20px;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    padding:20px;
}

.forestlink-cabecera h1{
    font-size:42px;
    margin:0;
}

.forestlink-cabecera p{
    color:#6d6d6d;
    font-size:20px;
    margin-top:10px;
}

.forestlink-ficha{
    background:#ffffff;
    padding:30px;
    margin-bottom:30px;
    border-radius:18px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.forestlink-ficha h2{
    margin-top:0;
    color:#194B2A;
    border-bottom:2px solid #E5E5E5;
    padding-bottom:12px;
    margin-bottom:20px;
}

.forestlink-ficha p{
    line-height:1.7;
}

.forestlink-ficha a{
    color:#194B2A;
    font-weight:600;
    text-decoration:none;
}

.forestlink-ficha a:hover{
    text-decoration:underline;
}

@media(max-width:768px){

.forestlink-cabecera{
    flex-direction:column;
    text-align:center;
}

.forestlink-cabecera h1{
    font-size:32px;
}

}