.ai-video-card-3722b1cc {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #0c151a;
    border-radius: 12px;
    overflow: hidden;
    font-family: sans-serif;
}

.ai-video-card-image-3722b1cc {
    width: 100%;
    display: block;
}

.ai-video-card-image-3722b1cc img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.ai-video-card-body-3722b1cc {
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 20px;
}

.ai-video-card-title-3722b1cc {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.ai-video-card-desc-3722b1cc {
    margin: 0;
    color: #8ba3a6;
    font-size: 16px;
    line-height: 1.5;
}

.ai-video-card-buttons-wrapper-3722b1cc {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
}

.ai-video-card-buttons-wrapper-3722b1cc::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.ai-video-card-btn-3722b1cc {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    flex: 1 1 0;
    padding: 10px 16px;
    background-color: #070e12;
    color: #ffffff;
    border: 1px solid #1a2b34;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

.ai-video-card-btn-3722b1cc:hover {
    background-color: #121e25;
    border-color: #27404c;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(39, 64, 76, 0.4);
}