/* General */ .main-content-section form { margin-bottom: 1rem; padding: 1rem; border-radius: 8px; background-color: #f1f1f1; } .main-content-section fieldset { border: none; padding: 0; margin: 0; } .main-content-section input { flex: 1; padding: 0.5em; border: 1px solid black; border-radius: 4px; } /* Buttons */ .main-content-section button { padding: 0.5rem 1rem; border: none; border-radius: 4px; cursor: pointer; font-size: 1rem; background-color: #c6c6c6; } button:hover { opacity: 0.9; } /* Confirmation Section */ .confirmation-input-group { display: flex; align-items: center; gap: 1rem; } .confirmation-text { font-weight: bold; margin-right: 1rem; } .thumbnail{ max-width: 30rem; } .title{ font-weight: bold; margin-top: 0.5rem; } .description{ margin: 0.5rem 2rem 0; white-space: pre-wrap; } .profile-pic{ max-width: 4rem; display: inline; border-radius: 50%; } .info{ display: inline-block; position: relative; margin-left: 1rem; } .channel { font-weight: bold; }