#textildesigner-wrapper {
    margin: 12px 0;
    width: 100%;
    clear: both;
}

.btn-textildruck {
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.8rem 1rem;
    display: block;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-textildruck:hover,
.btn-textildruck:focus {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}
