/**
 * @file
 * Prayer Times styling.
 */

/* Full Page Styles */
.nsia-prayer-times-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.prayer-times-header {
  text-align: center;
  margin-bottom: 2rem;
}

.prayer-times-header h1 {
  font-size: 2rem;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
}

.prayer-times-description {
  color: #666;
  font-size: 1.1rem;
}

.prayer-times-iframe-container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.prayer-times-iframe-container iframe {
  display: block;
  border: none;
}

.prayer-times-footer {
  text-align: center;
}

.prayer-times-note {
  color: #888;
  font-size: 0.9rem;
  font-style: italic;
}

/* Block Styles */
.nsia-prayer-times-block {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.prayer-times-iframe-wrapper {
  position: relative;
}

.prayer-times-iframe-wrapper iframe {
  display: block;
  border: none;
}

.prayer-times-block-footer {
  padding: 0.75rem;
  text-align: center;
  background: #f5f5f5;
  border-top: 1px solid #e0e0e0;
}

.view-full-link {
  color: #0066cc;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.view-full-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .nsia-prayer-times-page {
    padding: 1rem;
  }

  .prayer-times-header h1 {
    font-size: 1.5rem;
  }

  .prayer-times-description {
    font-size: 1rem;
  }
}
