.hero-image > .g-img > picture > img {
    height: 40vh;
}

[contenteditable="true"] {
    opacity: 0.8;
    outline: none;
}

[contenteditable="true"]:focus {
    box-shadow: none;
    border: none;
}

/* Additional styles for user-generated content */
.hero-tags .action-button {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Use inherited text color */
}

.hero-tags .action-button:hover {
    text-decoration: none; /* Ensure no underline on hover */
}

.separator-dot {
    margin: 0 0.2em; /* Adjust space between elements */
}

iframe {
    margin-bottom: -10px !important;
    overflow: hidden;
}
