.gutschein-modal-part-code-wrapper {
    text-align: center;
}

.gutschein-modal-part-code-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gutschein-modal-part-code-box {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 12px;
    background-color: #f5f7f8;
    border: 2px dashed #168698;
}

.gutschein-modal-part-code-input {
    width: 100%;
    text-align: center;
    font-size: 18px;
    border: none;
    background: transparent;
    color: #000;
}

.gutschein-modal-part-code-actions {
    margin-top: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.gutschein-modal-part-copy-btn {
    font-size: 12px;
    padding: 6px 14px;
    white-space: nowrap;
    width: 25%;
}

.gutschein-modal-part-copy-success-wrapper {
    width: 20px;
    text-align: left;
}

.gutschein-modal-part-copy-success-icon {
    display: none;
    color: #000;
}

.gutschein-modal-part-cta-wrapper {
    display: flex;
    justify-content: center;
}

.gutschein-modal-part-cta-wrapper .button-style {
	margin-top: 55px;
    display: inline-block;
    width: auto;
    min-width: 200px;
}