/*!/wp-content/plugins/matrix-of-destiny/assets/css/matrix-of-destiny.css*/.form-container{max-width:600px;margin:0 auto;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 0 10px rgb(0 0 0 / .1)}.input-section label{display:block;margin-bottom:5px;font-weight:700}.input-group{display:flex;align-items:center;gap:10px}.input-group input{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px}.input-group button{padding:8px 12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background-color 0.3s}.input-group button:hover{background-color:#0056b3}.result-panel{margin-top:20px;text-align:center}.styled-table{width:100%;border-collapse:collapse;background-color:#E0E0E0;border-radius:7px;overflow:hidden;margin-top:10px}.styled-table th,.styled-table td{border:2px solid #f8f8f8;text-align:center;vertical-align:middle;padding:10px}.styled-table th:first-child,.styled-table td:first-child{border-left:none}.styled-table th:last-child,.styled-table td:last-child{border-right:none}