/* === Global Reset and Default === */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 1.6;
  background-color: #f5f5f5;
  color: #333;
}

a {
  color: #2c3e50;
  text-decoration: none;
}

a:hover {
  color: #2980b9;
}

/* === Layout: site-* classes === */
.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f9f9f9;
}

/* === Header styling === */
.site-header {
  background-color: #ffffff;
  padding: 1rem 0.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.site-header .logo img {
  height: 90px;
  max-width: 240px;
  object-fit: contain;
}

.site-header .logo a {
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  color: #2a2a2a;
  transition: color 0.2s ease-in-out;
}

.site-header .logo a:hover {
  color: #2980b9;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Buttons Styling (Site) === */
.btn,
.checkout-form .checkout-btn,
.order-btn,
button,
input[type='submit'] {
  background-color: #2d89ef;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}

.btn:hover,
.checkout-form .checkout-btn:hover,
.order-btn:hover,
button:hover,
input[type='submit']:hover {
  background-color: #f9d342;
  color: #333;
}

button:focus,
.btn:focus,
input[type='submit']:focus {
  outline: 3px solid #f49a4c;
  outline-offset: 2px;
}

/* === Primary btn style === */
.btn-primary {
  background-color: #2d89ef;
  color: #fff;
}

.btn-primary:hover {
  background-color: #1b6cd8;
  color: #fff;
}

/* === Secondary btn style === */
.btn-secondary {
  background-color: #e0e0e0;
  color: #333;
  border: 1px solid #ccc;
}

.btn-secondary:hover {
  background-color: #d4d4d4;
  color: #000;
  border-color: #bbb;
}

/* === Hero section === */
.hero {
  background: url('/static/images/hero-bg2.png');
  background-size: cover;
  background-position: center;
  padding: 6rem 2rem;
  text-align: center;
  color: #ffffff;
  position: relative;
  border-radius: 0 0 20px 20px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(22,22,22,0.45);
  z-index: 1;
  border-radius: 0 0 20px 20px;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: #f0f0f0;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.hero .btn {
  background-color: #dd4c4f;
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin: 0.5rem;
  transition: background-color 0.2s ease-in-out;
}

.hero .btn:hover {
  background-color: #bd393b;
}

.hero .btn-primary {
  background-color: #2563eb;
}

.hero .btn-primary:hover {
  background-color: #1d4ed8;
}

.hero .btn-secondary {
  background-color: #f59e0b;
}
.hero .btn-secondary:hover {
  background-color: #d97706;
}

/* Show dropdown on hover */
.filter-links a {
  margin-right: 0.5rem;
}
.design-item {
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}

/* === Main content styling === */
.site-main {
  flex: 1;
  padding: 4rem 2rem;  /* top right/left bottom */
  background-color: #ffffff;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.04);
}

/* === About section styling === */
.about-section {
  padding: 4rem 2rem;
  background-color: #ffffff;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.about-text {
  flex: 1 1 350px;
  max-width: 600px;
}

.about-text h2 {
  font-size: 2rem;
  color: #2d89ef;
  margin-bottom: 1rem;
}

.about-text p {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.about-text .btn {
  margin-top: 0.5rem;
}

.about-image {
  flex: 1 1 300px;
  max-width: 500px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* === Featured Works Section Styling === */
.featured-works {
  background-color: #f9fafb;
  padding: 4rem 2rem;
  text-align: center;
}

.featured-works h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #2c3e50;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.work-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.work-card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.work-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #023047;
}

.work-card p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.4;
}

/* === Footer content styling === */
.site-footer {
  background-color: #f2f5f8;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.9rem;
  color: #6b7280; /* Tailwind gray-600 */
  border-top: 1px solid #d1d5db;
}

.footer-admin-link {
  margin-top: 0.5rem;
}

.footer-admin-link a {
  font-weight: 600;
  color: #0077b6;  /* Artea blue accent*/
  text-decoration: none;
}

.footer-admin-link a:hover {
  color: #023e8a;
  text-decoration: underline;
}

/* === Container utility === */
.container {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.container-narrow {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

/* === Messages (Django Messages) - Div-based modern style === */
.messages-container {
  margin: 20px auto;
  max-width: 800px;
  padding: 0 20px;
}

.message {
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.message.success {
  background-color: #e6f8f1;
  color: #207f62;
  border-left: 6px solid #2ecc71;
}

.message.error {
  background-color: #fdecea;
  color: #a01b1b;
  border-left: 6px solid #e74c3c;
}

.message.info {
  background-color: #e8f1fa;
  color: #1c4e80;
  border-left: 6px solid #3498db;
}

.message.warning {
  background-color: #fff8e1;
  color: #8a6d3b;
  border-left: 6px solid #f39c12;
}

/* === Forms (Artea Style) === */
form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.form-error {
  color: #dc2626;
  font-size: 0.9rem;
  margin-top: 4px;
}

label {
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  font-size: 1rem;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
  transition: border-color 0.2s ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #f49a4c;
  outline: none;
  box-shadow: 0 0 0 2px rgba(244,154,76,0.3);
}

textarea {
  resize: vertical;
  min-height: 140px;
}

/* === Product Grid === */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.product-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.product-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.product-card h3 {
  font-size: 1.2rem;
  margin: 0.5rem;
  color: #333;
}

.product-card p {
  margin: 0.5rem;
  font-weight: bold;
  color: #2c3e50;
}

/* === Cart styling === */
.cart-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}

.cart-item-img {
  width: 80px;
  height: auto;
  margin-right: 1rem;
  border-radius: 4px;
}

.cart-item-info {
  flex-grow: 1;
}

.cart-item-price,
.cart-item-quantity {
  margin: 0.25rem 0;
}

.cart-update-form,
.cart-remove-form {
  margin-top: 0.5rem;
}

.cart-quantity-input {
  width: 60px;
  padding: 0.25rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 0.5rem;
}

.cart-update-btn {
  background-color: #07c;
  color: #fff;
  border: none;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.cart-update-btn:hover {
  background-color: #005fa3;
}

.cart-remove-btn {
  background-color: #e63946;
  color: #fff;
  border: none;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.cart-remove-btn:hover {
  background-color: #c70030;
}

.cart-total {
  font-weight: bold;
  margin-top: 1rem;
}

/* === Product Detail === */
.product-detail-image {
  width: 100%;
  max-width: 600px;
  margin: 1rem auto;
  display: block;
  border-radius: 10px;
}

.price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #207f62;
  margin: 1rem 0;
}

/* === Checkout page styling === */
.checkout-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.checkout-table th,
.checkout-table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}

.checkout-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.checkout-total {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.checkout-form .checkout-btn {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.checkout-form .checkout-btn:hover {
  background-color: #0056b3;
}

/* === Order Complete page styling === */
.order-complete {
  text-align: center;
  margin-top: 2rem;
}

.order-complete h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.order-complete p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.order-complete a {
  display: inline-block;
  background-color: #28a745;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
}

.order-complete a:hover {
  background-color: #218838;
}

/* Order list table */
.order-list-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}

.order-list-table th,
.order-list-table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}

.order-list-table th {
  background-color: #f8f8f8;
  font-weight: 600;
}

.order-list-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.order-list-table tr:hover {
  background-color: #f1f1f1;
}

/* Order detail table */
.order-detail-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;
}

.order-detail-table th,
.order-detail-table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}

.order-detail-table th {
  background-color: #f8f8f8;
  font-weight: 600;
}

.order-detail-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.order-detail-table tr:hover {
  background-color: #f1f1f1;
}

/* Buttons in orders */
.order-btn {
  display: inline-block;
  background-color: #4a90e2;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 1rem;
  transition: background-color 0.3s ease;
}

.order-btn:hover {
  background-color: #357ab8;
  color: #fff;
}

/* === Portfolio section === */
.portfolio {
  padding: 2rem 0;
  text-align: center;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.portfolio-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.portfolio-item:hover {
  transform: translateY(-5px);
}

.portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
}

.portfolio-item h3 {
  margin: 0.5rem 0;
}

.portfolio-item p {
  padding: 0 1rem 1rem;
  color: #555;
  font-size: 0.9rem;
}

/* === 404-page === */
.error-404-container {
  text-align: center;
  padding: 60px 20px;
}

.error-404-container h1 {
  font-size: 3rem;
  color: #dd4c4f;
  margin-bottom: 20px;
}

.error-404-container p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 30px;
}

/* === Password Reset styling === */
.reset-link {
  color: #007bff;
  text-decoration: underline;
}

.reset-link:hover {
  text-decoration: none;
}

.container-narrow {
  max-width: 600px;
  margin: 0 auto;
}

/* === Design pages === */
.completed-designs-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
.completed-designs-list li {
  background: #f5f5f5;
  padding: 1rem;
  margin-bottom: 0.75rem;
  border-radius: 8px;
}
.completed-designs-list a {
  color: #0066cc;
  text-decoration: underline;
}

/* === Design Request Order Styling === */
.form-section {
  max-width: 600px;
  margin: 2rem auto;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #374151;  /* text-gray-700 */
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #d1d5db; /* border-gray-300 */
  border-radius: 0.375rem; /* rounded-md */
  box-shadow: 0 1px 2px rgba(0,0,0,0.05); /* subtle shadow */
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #6366f1; /* indigo-500 */
  outline: none;
  box-shadow: 0 0 0 2px rgba(99,102,241,0.3);
}

.form-helptext {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.25rem;
  line-height: 1.4;
}

/* === My Designs === */
.design-list {
  list-style: none;
  padding: 0;
}

.design-item {
  border: 1px solid #e5e7eb;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background-color: #f9fafb;
}

/* === Payment status pages === */ /* Dessa ska bort innan inlämning */
.text-center {
  text-align: center;
}

.text-green-600 {
  color: #16a34a; /* Tailwind's green-600 */
}

.text-red-600 {
  color: #dc2626; /* Tailwind's red-600 */
}

.mt-4 {
  margin-top: 1rem;
}

/* === Payment Pages Styling === */
.success-section, .cancelled-section {
  text-align: center;
  padding: 3rem 1rem;
}

.success-section h2 {
  color: #10b981; /* green-500 */
}

.cancelled-section h2 {
  color: #ef4444; /* red-500 */
}

.success-section p,
.cancelled-section p {
  font-size: 1.1rem;
  margin: 1rem 0;
}

/* === Newsletter styling === */
.newsletter-container {
  margin-top: 60px;
  text-align: center;
}

.newsletter-container h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.newsletter-container p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.newsletter-form input[type="email"] {
  padding: 10px;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.newsletter-form button {
  margin-top: 15px;
}

/* === Admin only frontend view === */
.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
}

.table th,
.table td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}

.table th {
  background-color: #f3f4f6; /* light gray */
  font-weight: 600;
}

.table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.status-paid {
  color: #10b981; /* green-500 */
  font-weight: bold;
  padding-left: 0.5rem;
}

/* === Messages Intern system on page (for auth) === */
.message-list {
  list-style: none;
  padding: 0;
}

.message-box {
  border-left: 4px solid #ccc;
  padding: 1rem;
  margin-bottom: 1em;
  border-radius: 6px;
  background: #f9f9f9;
}

.user-message {
  margin-top: 0.5em;
  margin-bottom: 1em;
  white-space: pre-wrap;
  border-color: #007bff;
  background: #eef5ff;
}

.admin-reply {
  border-top: 1px solid #ddd;
  padding-top: 0.5em;
  margin-top: 0.5em;
  background-color: #eef5ff;
  padding: 0.5em;
  border-radius: 4px;
}

.admin-message {
  border-color: #28a745;
  background: #e9fbe9;
}

.message-time {
  font-size: 0.8rem;
  color: #666;
  margin-top: 5px;
}

/* === Conversation styling (ThreadMessage) === */
.conversation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.conversation-box {
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.conversation-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.conversation-link {
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0.4rem 0.8rem;
}

/* === Navigation (Toggle Menu)Base Styling === */
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #333;
}

.main-nav {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav li {
  padding: 0.5rem;
}

.main-nav a,
.dropbtn {
  display: block;
  padding: 0.6rem 1rem;
  color: #023047;
  background-color: #dbe7ef;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}

.main-nav a:hover,
.dropbtn:hover {
  background-color: #a4c3d7;
  color: #001f2d;
}

/* === Dropdown Structure === */
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  z-index: 1000;
  border-radius: 6px;
  padding: 0.5rem 0;
}

.dropdown-content a {
  display: block;
  padding: 0.6rem 1rem;
  color: #023047;
  background-color: white;
  text-decoration: none;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #e0eff5;
  color: #001f2d;
}

/* === Dropdown Toggle Class === */
.dropdown.open .dropdown-content {
  display: block;
}

/* === Active Link === */
.main-nav a.active {
  background-color: #0077b6;
  color: #fff;
}

/* ================================
    MOBILE & IPAD VIEW (0-991px)
   ================================ */
@media screen and (max-width: 991px) {
  .menu-toggle {
    display: block;
    margin-top: auto;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    background-color: #fff;
    padding: 1rem 0;
    border-top: 1px solid #ccc;
  }

  .main-nav.show {
    display: flex;
  }

  .main-nav li {
    border-bottom: 1px solid #ddd;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
    border: 1px solid #ccc;
    margin-top: 0.5rem;
    border-radius: 6px;
    width: 100%;
  }

  .dropdown-content a {
    background-color: #f0f4f8;
    color: #023047;
    text-align: left;
    font-size: 0.95rem;
  }

  /* === Site Logo Styling (Mobile) === */
  .site-header .logo img {
    height: 60px;
    max-width: 180px;
  }

  /* === Övriga komponenter === */
  header h1 {
    font-size: 1.4rem;
    margin: 0;
  }

  .site-main {
    padding: 1rem;
  }

  .messages-container {
    padding: 0 10px;
  }

  /* === Hero sektion === */
  .hero {
    padding: 4rem 1rem;
  }

  .hero h1 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }

  .hero p {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.8rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }

  /* === Meddelandevyer === */
  .conversation-box {
    padding: 0.8rem;
    font-size: 0.95rem;
  }

  .conversation-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .conversation-header strong {
    margin-bottom: 0.4rem;
    font-size: 1rem;
  }

  .conversation-date {
    font-size: 0.85rem;
    color: #666;
  }

  .conversation-link .btn {
    font-size: 0.85rem;
    padding: 0.3rem 0.6rem;
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
  }

  .dropdown-content {
    position: static !important;
    right: auto !important;
    left: auto !important;
  }
}

/* ==================================
   DESKTOP HOVER-MENU (mouse pointer)
   ================================== */
@media (hover: hover) and (pointer: fine) {
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown.open .dropdown-content {
    display: block;
  }
}
