/* YouTube Icon */
.icon-youtube {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block;
  background: #FF3D00;
  border-radius: 8px;
  overflow: hidden;
}

.icon-youtube::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 18px;
  background: #FF3D00;
  border-radius: 3px;
}

.icon-youtube::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  z-index: 1;
}

/* Twitter Icon */
.icon-twitter {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block;
  background: #000000;
  border-radius: 50%;
}

.icon-twitter::before {
  content: '𝕏';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

/* Instagram Icon */
.icon-instagram {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-radius: 8px;
  padding: 6px;
  box-sizing: border-box;
}

.icon-instagram::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}

.icon-instagram::after {
  content: '';
  position: absolute;
  top: 9px;
  right: 9px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}

/* Instagram rounded square */
.icon-instagram .inner-square {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border: 2px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
}

/* Facebook Icon */
.icon-facebook {
  width: 36px;
  height: 36px;
  position: relative;
  display: inline-block;
  background: #0866FF;
  border-radius: 50%;
}

.icon-facebook::before {
  content: 'f';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.social-icons {
    display: flex;
    gap: 12px;
    padding: 0 20px 20px;
    justify-content: center;
}

/* Hover effects */
.icon-youtube:hover {
opacity: 0.9;
  cursor: pointer;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.icon-twitter:hover {
  opacity: 0.9;
  cursor: pointer;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.icon-instagram:hover {
  opacity: 0.9;
  cursor: pointer;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.icon-facebook:hover {
  opacity: 0.9;
  cursor: pointer;
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.type-post p:has(iframe) {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    display: block;
}

body.ears-added.fav-b-content div#branding-catfish-d {
    position: fixed;
    bottom: 0;
    z-index: 100;
    height: 100px;
    width: 100%;
    left: 0;
    text-align: center;
    background: #000;
}

body.ears-added.fav-b-content div#branding-catfish-d span.close {
    position: absolute;
    width: 32px;
    height: 32px;
    display: block;
    text-shadow: 0px 0px 2px #fff;
    right: 0;
    font-size: 50px;
    top: 5px;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
}
