.card-preview-container {
    margin-bottom: 30px;
}

.card-wrapper {
    perspective: 1000px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.card-element {
    position: relative;
    width: 100%;
    height: 200px;
    background: #2d2d2d;
    border-radius: 16px;
    padding: 24px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-element-front {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-logo-container {
    text-align: right;
    margin-bottom: 10px;
}

.card-type-image {
    height: 30px;
    opacity: 0.8;
}

.card-number-container {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Courier New', monospace;
    margin-bottom: 30px;
}

.card-details-container {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 20px;
}

.card-holder-container,
.card-expiry-container {
    display: flex;
    flex-direction: column;
}

.card-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
    margin-bottom: 4px;
}

#card-holder-preview,
#card-expiry-preview {
    font-size: 14px;
    letter-spacing: 1px;
}