/*
Theme Name: Geekly Recruit Interview
Theme URI: https://www.geekly.co.jp/
Author: Geekly Co., Ltd.
Author URI: https://www.geekly.co.jp/
Description: Geekly Recruit Interview Theme - 採用インタビュー用のカスタムテーマ
Version: 1.0.0
License: Proprietary
Text Domain: geekly-recruit-interview
Tags: interview, custom-fields, gutenberg-ready

このテーマは株式会社ギークリーの採用インタビューページ専用テーマです。
*/

/* WordPressデフォルトスタイルの調整 */
body {
    margin: 0;
    padding: 0;
}

/* WordPressの管理バー対応 */
body.admin-bar {
    /* padding-top: 32px; */
}

/* @media screen and (max-width: 782px) {
    body.admin-bar {
        padding-top: 46px;
    }
} */

/* スクリーンリーダー用テキスト */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* インタビュアースタイル */
.is-style-interviewer {
    color: #0a0fd2 !important;
}

p.is-style-interviewer {
    color: #0a0fd2 !important;
}

h1.is-style-interviewer,
h2.is-style-interviewer,
h3.is-style-interviewer,
h4.is-style-interviewer,
h5.is-style-interviewer,
h6.is-style-interviewer {
    color: #0a0fd2 !important;
}