h1 {
    font-weight: bold;
    font-size: 100px;
    line-height: 90%;
    text-align:center;
    margin-top:150px;
    margin-bottom:50px;
}
h1>span {
    font-weight: bold;
    font-size: 100px;
    line-height: 90%;
    position: relative;
    z-index: 2;
}

.footerlinks {
	text-align:center;
	margin-top:40px;
}
.footerlinks a {
	color:black;
}

/* Container for the entire feedback loop */
.feedback-loop {
    padding: 20px;
    font-size:12px;
    justify-self: center;
}

/* Individual feedback item */
.feedback-item {
    display: flex;
    border-bottom: 1px solid #f8f8f8;
    transition: all 0.3s;
}

.feedback-item:hover {
    background-color: #f8f8f8;
}
.feedback-loop>.feedback-item:last-child {
    border-bottom:0;
}

/* Upvote section */
.feedback-upvotes {
    width: 60px;
    text-align: center;
    font-weight: bold;
    color: #0073aa;
    margin-right: 20px;
}

/* Content section */
.feedback-content {
    flex: 1;
}

.feedback-content h2 a {
    text-decoration: none;
    position:relative;
    color:#008faf;
}

.feedback-content p, .feedback-content ul {
    margin: 0 0 10px;
    color: #555;
}
.feedback-content img {
    height:auto;
}

/* Meta information */
.feedback-meta {
    color: #777;
}

.feedback-category {
    margin-right: 15px;
    font-weight: 500;
}

.feedback-status {
    padding: 5px 12px;
    border-radius: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
}

/* Status colors */
.feedback-status.Planned {
    background-color: #fff3cd;
    color: #856404;
}

.feedback-status.In.Progress {
    background-color: #cce5ff;
    color: #004085;
}

.feedback-status.Completed {
    background-color: #d4edda;
    color: #155724;
}
.feedback-status.Under.Discussion {
    background-color:#ffdfd9;
    color:#a07168;
}

/* Filter section */
.feedback-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.feedback-filters select,
.feedback-filters button {
    padding: 8px 12px;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.feedback-filters button.active,
.feedback-filters button:hover {
    background-color: #343a40;
    color: #fff;
    border-color: #343a40;
}
.feedback-filters select {
        display: inline-block;
        background-color: #fff;
        border: 1px solid #e2e2e2;
        box-shadow: 0 2px 2px 0 hsl(0deg 0% 93% / 50%);
        border-radius:10px;
        padding:10px 15px;
        appearance: none;
        color:#333;
        width: 100%;
        font-size: 16px;
        min-height:46px;
        margin:0;
    padding:10px 40px 10px 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}












.feedback-filters {
    margin:auto;
}
.feedback-filters {
    margin-top:0;
    margin-bottom:20px;
}
.feedback-filters>form {
    display:flex;
    gap:10px;
}
.feedback-loop {
    background: #FFF;
    border-radius: 20px;
    padding: 0;
    border: 1px solid #ececec;
    box-shadow:0px 5px 10px rgb(0 0 0 / 8%);
}
.feedback-meta {
    display: flex;
    gap: 20px;
    align-items: center;
}
.feedback-content h2 a {
    font-weight: 600;
    font-size:16px;
}
.feedback-item {
    padding:40px;
    position:relative;
}
.feedback-item:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.feedback-item:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.vote-btn {
    background-color: #dde8f2;
    color: #008faf;
    font-weight: 400;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1; 
    width: 60px;
    height: 60px;
    padding: 0;
    border: 2px solid #c2d0dd;
}
.vote-btn:hover {
    background-color:#fff;
    color:#4e4e4e;
}
.vote-count {
    display:block;
}

.feedback-item .feedback-comments {
    display: inline-flex;
    gap: 10px;
    position: absolute;
    top: 30px;
    right: 40px;
    align-items: center;
    line-height: 1;
}
.feedback-item .feedback-comments:after {
    width:17px;
    height:17px;
    display:block;
    content:'';
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 496' width='496' height='496'%3E%3Cstyle%3E%3C/style%3E%3Cpath fill='black' d='m116.2 191.5c-13.2 0-24 10.7-24 24 0 13.2 10.8 24 24 24zm184.5 48c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-161.5 19.4c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24zm138.4 48c13.3 0 24-10.7 24-24 0-13.2-10.7-24-24-24zm-176.9-226.2c-13.1 2.2-21.9 14.6-19.8 27.6 2.2 13.1 14.6 21.9 27.7 19.8zm8.1 47.3c13.1-2.3 21.8-14.8 19.5-27.8-2.3-13.1-14.8-21.8-27.8-19.5zm187.8-25l0.2-24h-0.2zm-0.2 24c40.4 0.3 73 33.4 72.7 73.8l48 0.4c0.5-67-53.4-121.6-120.3-122.2zm118.6 214.7c2.3-13.1-6.5-25.5-19.5-27.8-13.1-2.2-25.5 6.5-27.8 19.6zm-47.1-8.5c-2.3 13.1 6.4 25.5 19.4 27.9 13.1 2.3 25.6-6.4 27.9-19.5zm-287-233c-2.3 13.1 6.5 25.5 19.5 27.7 13.1 2.3 25.5-6.4 27.8-19.5zm19.4-19.5c-58.3 10.3-100.7 61.1-100.4 120.3l48-0.2c-0.2-35.9 25.5-66.6 60.8-72.9zm-76.5 391.3h-24c0 8.5 4.6 16.4 11.9 20.7 7.4 4.3 16.5 4.4 23.9 0.2zm96.5-54.1v-24c-4.1 0-8.2 1.1-11.7 3.1zm176.1 24c58.5-0.4 108.3-42.6 118.4-100.2l-47.3-8.2c-6.1 34.7-36.1 60.1-71.4 60.4zm90.6-128c-13.1 2.4-21.8 14.8-19.5 27.9 2.3 13 14.7 21.7 27.8 19.4zm-278.7-185.9q6-1 12-1l0.1-48c-6.7 0-13.4 0.6-20 1.7zm91-104.1v-24h-0.1zm176 0l0.2-24h-0.2zm-0.2 24c40.4 0.4 72.9 33.4 72.6 73.8l48 0.3c0.5-66.9-53.3-121.5-120.2-122.1zm72.6 193c0.3 35.9-25.4 66.7-60.7 73l8.3 47.2c58.4-10.3 100.8-61.2 100.4-120.5zm-78.9 79q0.1 6.7-1.1 13.3l47.2 8.4c1.3-7.2 2-14.5 1.9-21.8zm-252.9-80.5h184.5v-48h-184.5zm23 67.5h138.5v-48h-138.5zm-18.6-203.9v24zm0 24h176v-48h-176zm272.5 74l-24-0.2v0.2zm-24 0v118.9h48v-118.9zm24 118.9h-24zm-369.1-118.9h24v-0.2zm-24 0v271h48v-271zm35.8 292l96.5-54.1-23.5-41.9-96.5 54.1zm84.8-51h176v-48h-176zm176-24v24h0.1zm-168.2-309.4c6-34.8 36.1-60.3 71.4-60.5l-0.2-48c-58.6 0.3-108.5 42.5-118.5 100.2zm71.3-60.4h176v-48h-176zm272.4 73.9l-24-0.2v0.2zm-24 0v118.9h48v-118.9zm24 118.9h-24v0.2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.vote-btn.voted {
    color: #000;
    cursor: default;
    position: relative;
    z-index: 0;
    border: 2px solid #00000091;
}
.vote-btn.voted:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}
.vote-btn.voted:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes slidebg {
    to {
      background-position:20vw;
    }
  }

  @keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}



.feedback-single-container {
    margin: 0 auto;
    padding: 40px;
    background:#fff;
    border-radius: 20px;
    margin-top:50px;
    border: 1px solid #ececec;
    box-shadow:0px 5px 10px rgb(0 0 0 / 8%);
}
.feedback-comments-list {
    list-style: none;
    padding: 0;
    margin:0!important;
}
.feedback-comment {
    border-bottom: 1px solid #eee;
    display: flex;
    gap: 20px;
    padding:30px 0;
}
.feedback-comment:first-child {
    padding-top:0;
}
.feedback-comment .gravatar {
    min-width:50px;
    min-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.feedback-comment .gravatar img {
    max-width:50px;
    border-radius: 100%;
}
.feedback-comment .gravatar.whorlyimg img {
    border: 2px dashed #00a3aa;
    height:auto;
}
.feedback-comment .comment-author > span {
    font-weight: 600;
}
.feedback-title, .feedback-comments h2, .feedback-comment-form h3, .gform_wrapper h2 {
    font-size:32px;
    font-weight:400;
    margin-bottom:10px;
    color:#4e4e4e;
}
.gform_wrapper h2 {
    margin-bottom:-20px;
    color:#b79b07;
    font-size:22px;
}
.feedback-comments h2, .feedback-comment-form h3 {
    font-size:22px;
    font-weight:400;
    margin-bottom:20px;
}
.feedback-comment:last-child {
    border-bottom:0; 
}
.feedback-single-container .feedback-comments {
    margin:40px 0;
    color: #4e4e4e;
}
.feedback-single-container ul, .feedback-single-container ol {
    margin-left:30px;
}
.feedback-single-container .feedback-content {
    background: #f8f8f8;
    padding: 40px;
    margin: 0 -40px 0 -40px;
    border: 1px solid #e7e7e7;
    border-left: 0;
    border-right: 0;
    margin-top:40px;
}
.feedback-single-container .feedback-content p:last-child {
    margin-bottom:0;
}

.gform_wrapper input, .gform_wrapper .wp-editor-container {
    border:1px solid #dedede !important;
    border-radius: 10px!important;
    font-size:16px!important;
    padding:10px 20px!important;
    height: auto !important;
}
.gform_wrapper .wp-editor-container {
    padding:0!important;
}
.gform_wrapper .mce-statusbar {
    display:none!important;
}
.gform_wrapper body.wp-autoresize {
    padding:20px!important;
}
.feedback-meta * {
    font-size: 11px;
    text-transform: uppercase;
}

.feedback-comment-form {
    background: #fffdf2;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 40px;
    border-top:1px solid #ffed8f;
}
.feedback-loop .feedback-comment-form {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
div.mce-panel iframe {
    min-height:250px;
}
.cats {
	display:inline-flex;
	gap:20px;
}

.comment-content img {
    cursor: zoom-in;
    transition: all 0.3s ease-in-out;
    height: auto !important;
    border-radius: 10px;
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
            conic-gradient(#ff0000 0%, #ffff00 16.67%, #00ff00 33.33%, #00ffff 50%, #0000ff 66.67%, #ff00ff 83.33%, #ff0000 100%);
    padding: 2px;
    box-sizing: border-box;
}
.comment-content img.fullsize {
    width: 100% !important;
    height: auto !important;
    cursor: zoom-out !important;
}
.comment-content p {
    margin:15px 0;
}
.comment-content p:last-child {
    margin-bottom:0;
}

.whorly {
    background: #00a3aa;
    display: inline-block;
    padding: 4px 6px;
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
	color:white;
}

.feedback-comment code {
    background-color: #23241f!important;
    color: #f8f8f2;
    overflow: visible;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 10px;
    font-family: monospace;
    overflow-wrap: break-word;
    display: inline-block;
    font-size:12px;
}
.feedback-comment pre>code {
    padding:20px;
}

.feedback_idea {
    background: white;
    border-radius: 10px;
    padding: 13px;
    margin-bottom: 10px;
    border: 1px solid #dbc657;
    display:flex;
    gap:10px;
}
.feedback_idea a {
    color: #746203;
    text-decoration: none;
    font-weight:600;
    display: inline-flex;
    align-items: center;
    gap: 5px 10px;
    flex-wrap: wrap;
}
.feedback_idea .desc {
    color: #746203;
    font-size: 12px;
    display:block;
}
.feedback_idea a>span {
    font-size: 9px;
    padding: 3px 10px;
}
.feedback_idea .bulb {
    font-size: 25px;
}
#field_1_6 {
    margin-bottom:-20px;
}

.gform_wrapper input::placeholder {
    opacity:0.6;
}

#gform_confirmation_message_1 {
    color:black;
}

.titlearea {
    display: flex;
    align-items: center;
    margin:0 50px 0 0;
    flex-wrap: wrap;
}
.titlearea h2 {
    margin-right:15px;
}
.feedback-item .feedback-content p {
    margin-top:5px;
}
.feedback-item .feedback-meta * {
    font-size:9px;
}
.feedback-item .feedback-status span {
    padding:4px 9px;
}

.feedback-content h2 a:after {
    content: '';
    height:2px;
    width:0%;
    margin:auto;
    background:white;
    display:block;
    transition:all 0.2s ease-in-out;
    bottom: -3px;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(15px);
    left:0;
}

.feedback-content h2 a:hover:after { 
    width:100%;
    height:2px;
}

.gform-theme--framework input[type="submit"] {

    border-radius: 10px !important;
    background: #343a40 !important;
    border: 2px solid #343a40 !important;
    color: white !important;

}

@media screen and (max-width:1300px) {

    h1, h1>span {
        font-size:80px;
    }

}

@media screen and (max-width:768px) {
	
    h1 {
        font-size:35px;
        margin:130px 20px 50px 20px;
    }
	.feedback-filters { justify-content:center; }
    .feedback-single-container { margin:0; }
	.feedback-title, .feedback-comments h2, .feedback-comment-form h3 { font-size:20px; }
	.feedback-single-container .feedback-meta { flex-direction: column; align-items: flex-start; gap: 5px; }
	.feedback-single-container .feedback-title { margin-bottom:10px; }
    .feedback-filters select { width: 100%; }
    .feedback-item, .feedback-loop .feedback-comment-form, .feedback-single-container .feedback-content, .feedback-comment-form, .feedback-single-container { padding:20px; }
    .feedback-single-container .feedback-content { margin:0 -20px 0 -20px; }
    .single-feedback .feedback-meta { padding-bottom: 20px; }
    .feedback-comment-form { margin-bottom:-20px; margin-left:-20px; margin-right:-20px; }
    .feedback-item .feedback-content p {
        font-size:12px;
    }
    .feedback-item .feedback-comments { top:17px; right:17px; }

}