.pvd-8f667cee-card {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.pvd-8f667cee-title {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.pvd-8f667cee-description {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1.6;
}

.pvd-8f667cee-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.pvd-8f667cee-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    line-height: 1;
    border: 2px solid transparent;
}

.pvd-8f667cee-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pvd-8f667cee-btn-view {
    background-color: #4361ee;
    color: #ffffff;
}

.pvd-8f667cee-btn-view:hover {
    background-color: #3a56d4;
    color: #ffffff;
}

.pvd-8f667cee-btn-download {
    background-color: #ffffff;
    color: #4361ee;
    border: 2px solid #4361ee;
}

.pvd-8f667cee-btn-download:hover {
    background-color: #4361ee;
    color: #ffffff;
}

.pvd-8f667cee-btn-icon {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}

.pvd-8f667cee-iframe {
    width: 100%;
    height: 500px;
    border: none;
    margin-top: 20px;
    border-radius: 8px;
    background-color: #f5f5f5;
}

.pvd-8f667cee-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    text-align: center;
}

.pvd-8f667cee-placeholder-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.pvd-8f667cee-placeholder p {
    margin: 0;
    color: #6c757d;
    font-size: 15px;
}
