/*==============================================================
# Header
==============================================================*/



.lca-single-header{

    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;

    margin-bottom:60px;

}

.lca-single-title{

    font-size:48px;
    font-weight:700;
    line-height:1.2;
    margin:0 0 15px;

}

.lca-single-location{

    font-size:20px;
    color:#666;
    margin-bottom:10px;

}

.lca-single-date{

    font-size:16px;
    color:#888;

}

.lca-favorite-btn{

    width:58px;
    height:58px;

    border:none;
    border-radius:14px;

    background:#6AA84F !important;
    color:#ffff !important;

    cursor:pointer;

    font-size:28px;

    display:flex;
    justify-content:center;
    align-items:center;

    transition:.25s ease;
    box-shadow:0 8px 20px rgba(0,0,0,.10);

}

.lca-favorite-btn:hover{

    background:#5A9442 !important;

    transform:translateY(-2px);

}


.lca-favorite-btn:focus-visible {
	outline: 3px solid rgba(106, 168, 79, 0.35);
	outline-offset: 3px;
}

.lca-favorite-icon {
	display: block;
	width: 26px;
	height: 26px;
	pointer-events: none;
}