@charset "UTF-8";
/* Opportunities Section */
.comment-adherer-page .opportunities-section {
  padding: 50px 0px; }
  @media (max-width: 968px) {
    .comment-adherer-page .opportunities-section {
      padding: 50px 15px; } }
  .comment-adherer-page .opportunities-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e3a5f; }
  .comment-adherer-page .opportunities-section .opportunities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px; }
    @media (max-width: 968px) {
      .comment-adherer-page .opportunities-section .opportunities-grid {
        grid-template-columns: 1fr; } }
    .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card {
      background: linear-gradient(0deg, #f4f8ec 0%, rgba(255, 255, 255, 0) 155.15%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      transition: all 0.3s;
      padding: 40px 30px;
      border-radius: 12px; }
      .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card:hover {
        transform: translateY(-4px); }
      .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card .card-icon {
        width: 48px;
        height: 48px;
        background: rgba(37, 99, 235, 0.2);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
        color: #2563eb;
        font-size: 24px;
        display: none; }
      .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 16px; }
      .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card p {
        margin-bottom: 20px;
        color: #666;
        font-size: 14px;
        line-height: 1.6; }
      .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card ul {
        list-style: none;
        margin-bottom: 28px; }
        .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card ul li {
          color: #666;
          font-size: 14px;
          margin-bottom: 10px;
          padding-left: 20px;
          position: relative; }
          .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card ul li:before {
            content: "•";
            position: absolute;
            left: 0;
            color: #c9a961; }
      .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card .card-btn {
        background: #c9a961;
        color: white;
        padding: 12px 24px;
        border-radius: 8px;
        border: none;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        width: 100%;
        transition: background 0.3s;
        text-decoration: none;
        display: block;
        text-align: center; }
        .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card .card-btn:hover {
          background: #043266; }
        .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card .card-btn.secondary {
          background: #c9a961; }
          .comment-adherer-page .opportunities-section .opportunities-grid .opportunity-card .card-btn.secondary:hover {
            background: rgba(255, 255, 255, 0.15); }

/* Bottom Text Block Section */
.comment-adherer-bottom-block {
  margin: 100px 40px;
  margin-top: 0;
  background: #f8fafb;
  padding: 40px 30px;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 20px;
  display: flex;
  justify-content: start;
  gap: 15px;
  align-items: center;
  display: none; }
  @media (max-width: 768px) {
    .comment-adherer-bottom-block {
      padding: 60px 20px;
      margin-left: 15px;
      margin-right: 15px; } }
  .comment-adherer-bottom-block .bottom-text-content {
    max-width: 1200px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 1.8; }
    .comment-adherer-bottom-block .bottom-text-content p {
      margin-bottom: 16px; }

.comment-adherer-page .bottom-text-content h1,
.comment-adherer-page .bottom-text-content h2,
.comment-adherer-page .bottom-text-content h3,
.comment-adherer-page .bottom-text-content h4,
.comment-adherer-page .bottom-text-content h5,
.comment-adherer-page .bottom-text-content h6 {
  color: #1e3a5f;
  margin-bottom: 16px;
  font-weight: 600; }

/*# sourceMappingURL=comment-adherer.css.map */
