.great_vibes { font-family: 'Great Vibes', cursive; }
.dancing_script { font-family: 'Dancing Script', cursive; }
.pacifico { font-family: 'Pacifico', cursive; }
.lobster { font-family: 'Lobster', cursive; }
.caveat { font-family: 'Caveat', cursive; }
.marck_script { font-family: 'Marck Script', cursive; }
.playfair_display { font-family: 'Playfair Display', serif; }
.cinzel { font-family: 'Cinzel', serif; }
.bebas_neue { font-family: 'Bebas Neue', sans-serif; }
.montserrat { font-family: 'Montserrat', sans-serif; }
.oswald { font-family: 'Oswald', sans-serif; }
.raleway { font-family: 'Raleway', sans-serif; }

.pp-text-png-intro {
    max-width: 820px;
    margin: 0 auto 22px;
    text-align: center;
}

.pp-text-png-intro h1 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 42px;
    line-height: 1.1;
}

.pp-text-png-intro p {
    margin: 0;
    color: #4b5563;
    font-size: 18px;
    line-height: 1.7;
}

.pp-text-png-tool {
    margin: 8px 0 28px;
    padding: 32px;
    border: 1px solid #e4ebf7;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(99, 102, 241, 0.13), transparent 32%),
        linear-gradient(135deg, #fbfdff 0%, #f3f7ff 100%);
    box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
}

.pp-text-png-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 18px;
    align-items: end;
    max-width: 920px;
    margin: 0 auto 18px;
}

.pp-text-png-field label {
    display: block;
    margin-bottom: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.pp-text-png-field .inputTextForPng,
.pp-text-png-field .colorSelectInput {
    box-sizing: border-box;
    width: 100%;
    min-height: 54px;
    margin: 0;
    background: #ffffff;
}

.pp-text-png-field .colorSelectInput {
    padding: 6px;
    cursor: pointer;
}

.pp-text-png-helper {
    margin: 0 0 18px;
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.pp-text-png-previews {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: none;
    margin: 0;
}

.pp-text-png-previews .pp-flex-item-extended {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.pp-text-png-previews .textToImageFontPreview {
    box-sizing: border-box;
    min-height: 92px;
    margin: 0;
    border-color: #dbe3ef;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.05);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pp-text-png-previews .textToImageFontPreview:hover,
.pp-text-png-previews .textToImageFontPreview:focus {
    transform: translateY(-2px);
    border-color: #818cf8;
    outline: none;
    box-shadow: 0 12px 24px rgba(79, 70, 229, 0.13);
}

.pp-text-png-page .pp-feature-section {
    margin-top: 40px;
}

.pp-text-png-page .pp-feature-section--compact {
    margin-top: 30px;
}

.pp-text-png-page .pp-feature-section-header {
    margin-bottom: 20px;
}

.pp-text-png-more .pp-feature-card h3 a {
    color: inherit;
    text-decoration: none;
}

.pp-text-png-more .pp-feature-card h3 a:hover {
    color: #4338ca;
}

.pp-text-png-return {
    margin-top: 22px;
    text-align: center;
}

@media (max-width: 767px) {
    .pp-text-png-tool {
        padding: 22px;
        border-radius: 20px;
    }

    .pp-text-png-intro h1 {
        font-size: 34px;
    }

    .pp-text-png-intro p {
        font-size: 16px;
    }

    .pp-text-png-controls,
    .pp-text-png-previews {
        grid-template-columns: 1fr;
    }

    .pp-text-png-color {
        max-width: 160px;
    }

    .pp-text-png-previews .textToImageFontPreview {
        min-height: 82px;
        font-size: 42px;
    }
}
