﻿.custom-card{display:block;position:relative;width:350px;height:220px;overflow:hidden;border-radius:8px;text-decoration:none;color:inherit}.custom-card .background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transition:filter 0.3s ease}.custom-card .background img{width:100%;height:100%;object-fit:cover;filter:grayscale(var(--image-grayscale,0%));transition:filter 0.3s ease}.custom-card:hover .background{filter:brightness(69%) contrast(109%) saturate(100%) blur(4.7px)}.custom-card .ribbon{position:absolute;top:var(--ribbon-top,10px);right:-40px;background-color:var(--ribbon-bg-color,#3487EF);color:var(--ribbon-text-color,#ffffff);text-transform:uppercase;font-size:12px;font-weight:700;padding:5px 40px;transform:rotate(45deg);box-shadow:0 2px 4px rgb(0 0 0 / .2)}.custom-card .card-content{position:relative;z-index:3;text-align:center;color:#fff;top:50%;left:50%;transform:translate(-50%,-50%);width:300px}.custom-card .card-content a.button{padding:8px 16px;background-color:var(--button-bg-color);border:none;border-radius:8px 8px 8px 8px;padding:12px 24px;color:var(--button-text-color,#ffffff);cursor:pointer;font-family:"Roboto",Sans-serif;font-weight:600;font-size:15px;line-height:1;transition:background-color 0.3s ease}.custom-card .card-content a.button:hover{background-color:var(--button-bg-color)}.custom-card .card-content h2,.custom-card .card-content p,.custom-card .card-content a{opacity:0;transform:translate3d(0,50px,0);transition:1s ease 0s}.custom-card:hover .card-content h2,.custom-card:hover .card-content p,.custom-card:hover .card-content a{opacity:1;transform:translate3d(0,0,0)}.custom-card:hover .card-content a{opacity:1;transform:translate3d(0,0,0)}.custom-card .card-content h2{margin:0;font-size:var(--title-font-size);font-weight:700;color:var(--title-color,#ffffff);line-height:1}.custom-card .card-content p{margin:16px 0;font-size:var(--description-font-size);color:var(--description-color,#ffffff)}@media (max-width:400px){.custom-card{width:295px}.custom-card .card-content{width:280px}}