.card{border:var(--card-border);background:var(--warm-background);color:var(--dark-text);flex-direction:column;justify-content:space-between;display:flex;overflow:hidden}.dbc-card-icon svg path{fill:var(--primary-text)}.card-content{flex-direction:column;justify-content:space-between;gap:8px;min-height:260px;padding:0 1rem 1rem;display:flex}.card-title{color:#000;text-align:center;margin:1.5rem 0 1rem;font-family:Cammron;font-size:1.25rem;font-weight:600}.card-description{color:#666;font-size:1rem}.card-action{text-align:center;margin-top:1rem}.card-action button{background-color:var(--highlight);color:#fff;border:none;margin-top:.5rem;padding:.5rem 1rem;font-size:1rem}.card-description a{color:#007bff;text-decoration:none}.card-description a:hover{text-decoration:underline}.dbc-card-icon{justify-content:center;align-items:center;width:50%;height:50%;margin-right:8px;display:flex;transform:translateY(1rem)}.dbc-card-image-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.card-promo{background-color:var(--highlight);color:#fff;font-family:var(--primary-font);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-weight:700;display:flex;position:absolute;top:0;right:0;transform:rotate(15deg)}.dbc-card-image{object-fit:cover;width:100%;height:100%;min-height:250px;position:relative}
