/*
Theme Name: MyWorkDoc2026sp
Theme URI: https://myworkdoc.com
Author: MyWorkDoc Team
Author URI: https://myworkdoc.com
Description: Professional MyWorkDoc Theme for providing remote healthcare services for workplace-related health needs.
Version: 1.30.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myworkdoc
Tags: healthcare, telehealth, occupational-health, responsive
*/

/* ===================================
   CSS Reset and Base Styles
   =================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  font-family: inherit;
}

/* ===================================
   Container & Layout
   =================================== */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

/* ===================================
   Header & Navigation
   =================================== */
.site-header {
  background: #1a3a52;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header nav {
  position: relative;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}

.site-logo img {
  height: 45px;
  width: auto;
}

/* Desktop Navigation */
.desktop-nav {
  display: none;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .desktop-nav {
    display: flex;
  }
}

.desktop-nav a {
  color: #ffffff;
  font-size: 0.875rem;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.desktop-nav a:hover {
  color: #fbbf24;
}

.btn-login {
  background: #eab308;
  color: #1a3a52;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  transition: background 0.3s ease;
  display: inline-block;
}

.btn-login:hover {
  background: #fbbf24;
  color: #1a3a52;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: block;
  background: transparent;
  border: none;
  padding: 0.5rem;
  color: #ffffff;
}

@media (min-width: 768px) {
  .mobile-menu-toggle {
    display: none;
  }
}

.mobile-menu-toggle svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-nav.active {
  display: block;
}

.mobile-nav a {
  display: block;
  padding: 0.5rem 0;
  color: #ffffff;
  transition: color 0.3s ease;
}

.mobile-nav a:hover {
  color: #fbbf24;
}

.mobile-nav .btn-login {
  display: block;
  text-align: center;
  margin-top: 1rem;
}

/* ===================================
   Hero Section
   =================================== */
.hero-section {
  background: #1a3a52;
  padding: 5rem 0;
}

@media (min-width: 1024px) {
  .hero-section {
    padding: 8rem 0;
  }
}

.hero-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.hero-badge {
  display: inline-block;
  color: #fbbf24;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.hero-title {
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 3.75rem;
  }
}

@media (min-width: 1280px) {
  .hero-title {
    font-size: 4.5rem;
  }
}

.hero-description {
  font-size: 1.25rem;
  color: #d1d5db;
  margin-bottom: 2rem;
  line-height: 1.75;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }
}

.btn-primary {
  background: #eab308;
  color: #1a3a52;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: background 0.3s ease;
  font-weight: 500;
  display: inline-block;
}

.btn-primary:hover {
  background: #fbbf24;
  color: #1a3a52;
}

.btn-secondary {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 500;
  background: transparent;
  display: inline-block;
}

.btn-secondary:hover {
  background: #ffffff;
  color: #1a3a52;
}

/* Hero Stats */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.stat-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.stat-icon {
  width: 20px;
  height: 20px;
  color: #fbbf24;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.stat-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.stat-label {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.4;
}

.stat-sublabel {
  font-size: 0.75rem;
  color: #9ca3af;
}

/* Hero Image */
.hero-image {
  position: relative;
}

.hero-image-wrapper {
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1024px) {
  .hero-image-wrapper {
    aspect-ratio: auto;
    height: 600px;
  }
}

.hero-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: #ffffff;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  max-width: 18rem;
}

.hero-floating-card-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.hero-avatar {
  width: 48px;
  height: 48px;
  background: #d1fae5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-avatar-dot {
  width: 12px;
  height: 12px;
  background: #10b981;
  border-radius: 50%;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.hero-avatar-name {
  color: #111827;
  font-weight: 500;
  font-size: 0.9375rem;
}

.hero-avatar-status {
  font-size: 0.875rem;
  color: #6b7280;
}

/* ===================================
   Results Section
   =================================== */
.results-section {
  background: #ffffff;
  padding: 5rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2rem;
  color: #1a3a52;
  margin-bottom: 1rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 2.5rem;
  }
}

.section-description {
  font-size: 1.25rem;
  color: #6b7280;
  max-width: 48rem;
  margin: 0 auto;
  line-height: 1.75;
}

.results-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .results-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.result-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: #f9fafb;
  transition: all 0.3s ease;
}

.result-card:hover {
  background: #fef3c7;
}

.result-icon {
  width: 64px;
  height: 64px;
  background: #1a3a52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  transition: background 0.3s ease;
}

.result-card:hover .result-icon {
  background: #eab308;
}

.result-icon svg {
  width: 32px;
  height: 32px;
  stroke: #fbbf24;
  stroke-width: 2;
  fill: none;
  transition: stroke 0.3s ease;
}

.result-card:hover .result-icon svg {
  stroke: #1a3a52;
}

.result-metric {
  font-size: 2.5rem;
  color: #eab308;
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.result-metric svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.result-title {
  color: #1a3a52;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

.result-description {
  font-size: 0.875rem;
  color: #6b7280;
}

/* ===================================
   Services Section
   =================================== */
.services-section {
  background: #ffffff;
  padding: 5rem 0;
}

.services-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-card {
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: #eab308;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 48px;
  height: 48px;
  background: #1a3a52;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  transition: background 0.3s ease;
}

.service-card:hover .service-icon {
  background: #eab308;
}

.service-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fbbf24;
  stroke-width: 2;
  fill: none;
  transition: stroke 0.3s ease;
}

.service-card:hover .service-icon svg {
  stroke: #1a3a52;
}

.service-title {
  font-size: 1.25rem;
  color: #1a3a52;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.service-description {
  color: #6b7280;
  line-height: 1.6;
}

/* ===================================
   How It Works Section
   =================================== */
.how-it-works-section {
  background: #f9fafb;
  padding: 5rem 0;
}

.steps-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.step-card {
  position: relative;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.step-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.step-icon-wrapper {
  width: 64px;
  height: 64px;
  background: #1a3a52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  position: relative;
}

.step-icon-wrapper svg {
  width: 32px;
  height: 32px;
  stroke: #fbbf24;
  stroke-width: 2;
  fill: none;
}

.step-number {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 32px;
  height: 32px;
  background: #eab308;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a3a52;
  font-weight: 700;
  font-size: 0.9375rem;
}

.step-title {
  font-size: 1.25rem;
  color: #1a3a52;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.step-description {
  color: #6b7280;
  line-height: 1.6;
}

/* Step connector lines for large screens */
@media (min-width: 1024px) {
  .step-card:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 0.5rem);
    width: calc(2rem - 1rem);
    height: 2px;
    background: #fde68a;
    z-index: -1;
  }
}

/* ===================================
   Employers Section
   =================================== */
.employers-section {
  background: #f9fafb;
  padding: 5rem 0;
}

.employers-content {
  display: grid;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}

@media (min-width: 1024px) {
  .employers-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

.content-image {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-image.aspect-video {
  aspect-ratio: 16 / 9;
}

.content-image.aspect-square {
  aspect-ratio: 1 / 1;
}

@media (min-width: 1024px) {
  .content-image.lg-aspect-square {
    aspect-ratio: 1 / 1;
  }
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.benefit-icon {
  width: 48px;
  height: 48px;
  background: #1a3a52;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-icon svg {
  width: 24px;
  height: 24px;
  stroke: #fbbf24;
  stroke-width: 2;
  fill: none;
}

.benefit-content h3 {
  font-size: 1.125rem;
  color: #1a3a52;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.benefit-content p {
  color: #6b7280;
  line-height: 1.6;
}

.benefits-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.benefit-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.benefit-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.benefit-card .benefit-icon {
  margin-bottom: 1rem;
}

.benefit-card h3 {
  font-size: 1.25rem;
  color: #1a3a52;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.benefit-card p {
  color: #6b7280;
  line-height: 1.6;
}

/* CTA Box */
.cta-box {
  background: #1a3a52;
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .cta-box {
    padding: 3rem;
  }
}

.cta-box h3 {
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .cta-box h3 {
    font-size: 1.875rem;
  }
}

.cta-box p {
  font-size: 1.125rem;
  color: #e5e7eb;
  margin-bottom: 2rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .cta-buttons {
    flex-direction: row;
  }
}

.btn-cta-white {
  background: #ffffff;
  color: #1a3a52;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  text-align: center;
  transition: background 0.3s ease;
  font-weight: 500;
  display: inline-block;
}

.btn-cta-white:hover {
  background: #f3f4f6;
  color: #1a3a52;
}

/* ===================================
   Employees Section
   =================================== */
.employees-section {
  background: #ffffff;
  padding: 5rem 0;
}

.employee-benefits-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .employee-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .employee-benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.employee-benefit-card {
  background: #f9fafb;
  padding: 1.5rem;
  border-radius: 0.75rem;
  transition: box-shadow 0.3s ease;
}

.employee-benefit-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.employee-benefit-card .benefit-icon {
  background: #eab308;
  margin-bottom: 1rem;
}

.employee-benefit-card .benefit-icon svg {
  stroke: #1a3a52;
}

.employee-benefit-card h3 {
  font-size: 1.25rem;
  color: #1a3a52;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.employee-benefit-card p {
  color: #6b7280;
  line-height: 1.6;
}

/* ===================================
   Contact Section
   =================================== */
.contact-section {
  background: #1a3a52;
  padding: 5rem 0;
}

.contact-section .section-title {
  color: #ffffff;
}

.contact-section .section-description {
  color: #d1d5db;
}

.contact-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.contact-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease;
}

.contact-card:hover {
  background: rgba(255, 255, 255, 0.15);
}

.contact-card-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.contact-icon {
  width: 64px;
  height: 64px;
  background: #eab308;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 32px;
  height: 32px;
  stroke: #1a3a52;
  stroke-width: 2;
  fill: none;
}

.contact-info {
  flex: 1;
}

.contact-label {
  color: #fbbf24;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}

.contact-value {
  color: #ffffff;
  font-size: 1.5rem;
  transition: color 0.3s ease;
  display: inline-block;
}

.contact-value:hover {
  color: #fbbf24;
}

.contact-subtext {
  font-size: 0.875rem;
  color: #d1d5db;
  margin-top: 0.5rem;
}

.contact-image {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

@media (min-width: 1024px) {
  .contact-image img {
    aspect-ratio: auto;
    height: 500px;
  }
}

/* ===================================
   Footer
   =================================== */
.site-footer {
  background: #0f1f2e;
  color: #d1d5db;
  padding: 3rem 0;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-column h3 {
  color: #ffffff;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-logo img {
  height: 30px;
  width:170px;
  filter: brightness(0) invert(1);
}

.footer-description {
  color: #9ca3af;
  margin-bottom: 1rem;
  line-height: 1.75;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-link {
  width: 40px;
  height: 40px;
  background: #1a3a52;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #ffffff;
}

.social-link:hover {
  background: #eab308;
  color: #1a3a52;
  transform: scale(1.1);
}

.social-link svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: currentColor;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-links a {
  color: #d1d5db;
  transition: color 0.3s ease;
  font-size: 0.9375rem;
}

.footer-links a:hover {
  color: #fbbf24;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.contact-info-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 0.125rem;
  color: #d1d5db;
}

.contact-info-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.contact-info-text {
  font-size: 0.9375rem;
  color: #d1d5db;
}

.contact-info-subtext {
  font-size: 0.875rem;
  color: #9ca3af;
}

.footer-bottom {
  border-top: 1px solid #1a3a52;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.copyright {
  color: #9ca3af;
  font-size: 0.875rem;
}

.footer-legal {
  display: flex;
  gap: 1.5rem;
  font-size: 0.875rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-legal a {
  color: #d1d5db;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: #fbbf24;
}

/* ===================================
   Utility Classes
   =================================== */
.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

/* WordPress Specific */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
