.vrm-wrapper-bb48a52a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.vrm-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio by default */
    height: 0;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.vrm-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vrm-title {
    margin: 15px 0;
    font-size: 24px;
}

.vrm-description-area {
    margin-top: 10px;
    width: 100%;
}

.vrm-desc-content {
    margin-bottom: 15px;
    line-height: 1.6;
}

.vrm-toggle-btn {
    background-color: #0073aa;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.vrm-toggle-btn:hover {
    background-color: #005177;
    color: #ffffff;
}
