.insta-video-btn {
    display: inline-flex;
    align-items: center;
    background-color: #e1306c;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.insta-video-btn:hover {
    background-color: #c13584;
}

.insta-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.insta-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.insta-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
}

.insta-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
