.strategy-card-component{display:flex;flex-direction:column;border-radius:var(--border-radius-large);overflow:hidden;border:1px solid var(--light-gray);transition:transform .3s ease,box-shadow .3s ease;background-color:var(--white);height:100%}.strategy-card-component:hover{transform:translateY(-5px);box-shadow:var(--box-shadow)}.strategy-card-component .strategy-card-image{position:relative;width:100%;height:200px;overflow:hidden;border-radius:8px 8px 0 0}.strategy-card-component .strategy-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.strategy-card-component:hover .strategy-card-image img{transform:scale(1.05)}.strategy-card-component .video-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background-color:#960d12cc;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:20px;z-index:2}.strategy-card-component .strategy-card-content{padding:15px;display:flex;flex-direction:column;flex-grow:1}.strategy-card-component .strategy-card-title{font-size:var(--heading6);font-weight:600;color:var(--secondary-color);margin-bottom:5px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.strategy-card-component .strategy-card-coach{font-size:var(--smallfont);color:var(--dark-gray);margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strategy-card-component .strategy-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px;border-top:1px solid var(--secondary-color);padding-top:.7rem}.strategy-card-component .strategy-card-price{font-size:var(--heading6);font-weight:700;color:var(--secondary-color)}.strategy-card-component .action-button{padding:8px 16px;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s ease;color:var(--btn-color);border:none;cursor:pointer;font-size:.875rem;text-align:center;min-width:80px}.strategy-card-component .action-button--buy{font-weight:600;cursor:pointer;color:var(--btn-color);text-decoration:none}.strategy-card-component .action-button--free{font-weight:600;cursor:pointer;color:var(--second-primary-color);text-decoration:none}.strategy-card-component .strategy-card-reviews-text{display:flex;height:20px;align-items:center;gap:.2rem}.strategy-card-component .action-button--bid{cursor:pointer;color:var(--btn-color);text-decoration:none;font-weight:600}.strategy-card-component .action-button--offer{background-color:#10b981;color:#fff}.strategy-card-component .action-button--offer:hover{background-color:#059669;color:#fff}.strategy-card-component .action-button--sold{background-color:#6b7280;color:#fff;cursor:not-allowed}.strategy-card-component .action-button--ended{background-color:#ef4444;color:#fff;cursor:not-allowed}.strategy-card-component .action-button--pending{background-color:#e5e7eb;color:#6b7280;cursor:not-allowed}.strategy-card-component .action-button--view{background-color:var(--primary-color);color:#fff}.strategy-card-component .action-button--view:hover{background-color:var(--secondary-color);color:#fff}.strategy-card-component .action-button:disabled{opacity:.7;cursor:not-allowed}.strategy-card-component .content-type-icon{position:absolute;top:10px;right:10px;width:35px;height:35px;background-color:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px}.strategy-card-component .content-type-label{position:absolute;top:10px;right:10px;padding:4px 12px;background-color:#00000075;border-radius:4px;color:#fff;font-size:10px;font-weight:500;text-transform:uppercase}.strategy-card-component .strategy-card-review-overlay{color:#fff;left:10px;bottom:10px;display:flex;align-items:center;padding:4px 10px;border-radius:30px;background:#00000075;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-weight:700;font-size:1rem;z-index:2}.strategy-card-component .strategy-card-coach-and-review{display:flex;justify-content:space-between;gap:.5rem}.strategy-card-component .strategy-card-review-overlay>svg{width:12px;margin-bottom:2px}.strategy-card-component .review-rating{margin-right:4px;font-size:.8em;font-weight:400}@media(max-width:768px){.strategy-card-component:hover{transform:none;box-shadow:var(--box-shadow)}.strategy-card-component:hover .strategy-card-image img{transform:none}.strategy-card-component .strategy-card-image{height:150px}.strategy-card-component .strategy-card-title{font-size:var(--smallfont)}.strategy-card-component .strategy-card-coach{font-size:var(--extrasmallfont)}.strategy-card-component .strategy-card-price{font-size:var(--smallfont)}}@media(max-width:480px){.strategy-card-component .strategy-card-image{height:130px}}
